Skip to content

zmaillard/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

WSL Initial Bootstrap

Install User and Base Utilities

# Install adduser utility, and sudo
apt-get update && apt-get install sudo adduser software-properties-common curl neovim

# Create user and add to sudo group
adduser zmaillard
usermod -a -G sudo zmaillard

# Edit 
echo -e "[user]\ndefault = zmaillard" > /etc/wsl.conf

# Remove Docker Indicators
rm /.dockerenv

WSL From Microsoft Store

# Install NeoVim
sudo snap install nvim

Log Out of WSL And Re-Open

wsl -t <distroname>
wsl -d <distroname>

Install Chezmoi

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply zmaillardhw

MacOS Specific

About

Collection of Dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 83.9%
  • Shell 16.1%