This directory is maintained as a dotfile repository.
Warning Make sure you have SSH credentials which will let you clone from github!
-
Go into your home directory.
-
Run the following commands:
git init git checkout -b main git remote add origin [email protected]:jsal13/dotfiles git pull origin main cd configs && ./wsl_init.sh sudo chsh -s /usr/bin/zsh
-
Restart your terminal.
Note I'm unsure why
sudo chsh -s /usr/bin/zsh
doesn't work in the./wsl_init.sh
file, but it doesn't. It must be run manually.
Use git add -f (your file/dir)
.