Doing shit while in Linux
Moving away from submodules they still fucking suck. Stealing a bit from @holman because I love his *.symlink and how he's doing *.local files. xoxo
This commit is contained in:
parent
4e4ab9dbdf
commit
50a1fe9c94
5 changed files with 20 additions and 9 deletions
9
git/gitconfig.local.symlink.example
Normal file
9
git/gitconfig.local.symlink.example
Normal file
|
@ -0,0 +1,9 @@
|
|||
[user]
|
||||
name = USER_NAME
|
||||
email = USER_EMAIL
|
||||
|
||||
[github]
|
||||
user = GITHUB_USER
|
||||
|
||||
[credential]
|
||||
helper = CREDENTIAL_HELPER
|
|
@ -1,5 +1,5 @@
|
|||
[include]
|
||||
path = ~/.dotfiles/.dotprivate/git/gitconfig
|
||||
path = ~/.gitconfig.local
|
||||
|
||||
[color]
|
||||
branch = auto
|
||||
|
@ -23,6 +23,3 @@
|
|||
clean = git-lfs clean %f
|
||||
smudge = git-lfs smudge %f
|
||||
required = true
|
||||
|
||||
[credential]
|
||||
helper = osxkeychain
|
Loading…
Add table
Add a link
Reference in a new issue