This repo contains my personal dotfiles.
As with any dotfiles, this is always a work in progress.
This set of dotfiles uses the git bare method.
Run the following commands:
alias dotfiles="/usr/bin/git --git-dir=$HOME/.df/ --work-tree=$HOME"
git clone --bare [email protected]:tws4793/dotfiles.git $HOME/.df
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout