Fixed README

This commit is contained in:
Randy Jordan 2025-03-22 17:39:24 -05:00
parent 6a726177e3
commit aeac96bfbc
Signed by: Randy-Jordan
GPG Key ID: 5CA1B5504D7A21AA

View File

@ -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>