adding git config details
This commit is contained in:
parent
ae38c80d9e
commit
a26044abe6
|
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
### Git Config
|
||||||
|
|
||||||
|
`git config --global user.name StuartStephens`
|
||||||
|
`git config --global user.email contact@stuartstephens.com`
|
||||||
|
`git config --global --add --bool push.autoSetupRemote true`
|
||||||
|
|
||||||
### Install Neovim
|
### Install Neovim
|
||||||
|
|
||||||
Kickstart.nvim targets *only* the latest
|
Kickstart.nvim targets *only* the latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue