Fixed README
This commit is contained in:
parent
6a726177e3
commit
aeac96bfbc
@ -45,7 +45,7 @@ Once complete, assign the appropriate privileges, and login as the user.<br>
|
|||||||
If this is your first time setting this up. Run these commands:<br>
|
If this is your first time setting this up. Run these commands:<br>
|
||||||
|
|
||||||
`git init --bare $HOME/.dot` To create our dotfiles folder.<br>
|
`git init --bare $HOME/.dot` To create our dotfiles folder.<br>
|
||||||
`alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME` Set git to alias to config.<br>
|
`alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME'` Set git to alias to config.<br>
|
||||||
`config config --local status.showUntrackedFiles no` So every file is not tracked, just what we add.<br>
|
`config config --local status.showUntrackedFiles no` So every file is not tracked, just what we add.<br>
|
||||||
`echo "alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME'" >> $HOME/.bashrc` bashrc alias.<br>
|
`echo "alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME'" >> $HOME/.bashrc` bashrc alias.<br>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user