Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 265 Bytes

DOTFILES

Installing

#echo ".cfg" >> .gitignore
git clone --bare [email protected]:arthunix/dotfiles.git $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
config checkout