Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 802 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 802 Bytes

Based on https://www.atlassian.com/git/tutorials/dotfiles

First, follow the instructions for the Window Boxstarter scripts https://github.com/RobCannon/boxstarter

Open a WSL session and run this batch of commands

alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe"
git clone --bare "https://github.com/RobCannon/dotfiles.git" $HOME/.cfg
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout -f main

~/.local/bin/init-os.sh
gh auth login

Only Rob should run this. This is to update the repo.

dotfiles push --set-upstream origin main

When that is complete, run this batch of commands

source ~/.bash_profile
~/.local/bin/init-repos