Move all config files to config directory and add corresponding changes to bootstrap script
This commit is contained in:
9
config/.gitconfig
Normal file
9
config/.gitconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
[user]
|
||||
email = daniil@tsivinsky.com
|
||||
name = Daniil Tsivinsky
|
||||
[core]
|
||||
editor = nvim
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[push]
|
||||
followTags = true
|
||||
Reference in New Issue
Block a user