From aeac96bfbcfcaddebb2e7c598358fbb80019f7fa Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Sat, 22 Mar 2025 17:39:24 -0500 Subject: [PATCH] Fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 630f09e..33a0243 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Once complete, assign the appropriate privileges, and login as the user.
If this is your first time setting this up. Run these commands:
`git init --bare $HOME/.dot` To create our dotfiles folder.
-`alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME` Set git to alias to config.
+`alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME'` Set git to alias to config.
`config config --local status.showUntrackedFiles no` So every file is not tracked, just what we add.
`echo "alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME'" >> $HOME/.bashrc` bashrc alias.