- Download the bare repository with:
-
git clone --bare https://github.com/mcttn22/dotfiles.git ~/.dotfiles
- Update files to .dotfiles contents with:
-
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
- Apply new .bashrc file contents to current terminal session with:
-
source ~/.bashrc
- Only show tracked files with:
-
dotfiles config --local status.showUntrackedFiles no