This repository stores my dotfiles
- Run the following commands:
alias dotfile='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
echo ".cfg" >> .gitignore
git clone --bare https://github.com/DevReaper0/dotfiles.git $HOME/.cfg
mkdir -p .config-backup && dotfile checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | xargs -I{} mv {} .config-backup/{}
dotfile checkout
dotfile config --local status.showUntrackedFiles no
- Run
nvim +PlugInstall +q2