added note on not showing untracked files
This commit is contained in:
parent
a937bb93a2
commit
4ab48142ba
@ -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 ~
|
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##
|
##Programs##
|
||||||
Follows is a list of the programs with a configuation and any notes about them.
|
Follows is a list of the programs with a configuation and any notes about them.
|
||||||
|
Loading…
Reference in New Issue
Block a user