added note on not showing untracked files

This commit is contained in:
Nick Miller 2017-03-05 17:39:36 -05:00
parent a937bb93a2
commit 4ab48142ba

View File

@ -7,6 +7,14 @@ In order to clone this repo use :
git clone --separate-git-dir=/home/$USER/.dot https://github.com/theflyingfool/dotfiles.git ~
If your using my alias file:
dot config --local status.showUntrackedFiles no
If your just using git:
git config --local status.showUntrackedFiles no
##Programs##
Follows is a list of the programs with a configuation and any notes about them.