set quotations properly

This commit is contained in:
Stuart Stephens 2024-11-01 12:43:16 -04:00 committed by StuartStephens
parent a26044abe6
commit c1bdc32412
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
### Git Config
`git config --global user.name StuartStephens`
`git config --global user.email contact@stuartstephens.com`
`git config --global user.name "StuartStephens"`
`git config --global user.email "contact@stuartstephens.com"`
`git config --global --add --bool push.autoSetupRemote true`
### Install Neovim