Skip to content
Brian Holderness edited this page Jul 18, 2024 · 4 revisions

My Dotfiles

To checkout the repo

git clone --bare [email protected]:brianholderness/dotfiles.git $HOME/.dotfiles.git

To checkout the files

git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME checkout
alias dots='git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME $argv'
dots config --local status.showUntrackedFiles no

Clone this wiki locally