All kinds of shit
Switching from oh-my-zsh to antigen, adding tmux into the mix along with tpm
This commit is contained in:
parent
4e5cb5ded6
commit
30f4ef428d
9 changed files with 92 additions and 45 deletions
27
git/gitconfig
Normal file
27
git/gitconfig
Normal file
|
@ -0,0 +1,27 @@
|
|||
[user]
|
||||
name = Josh Sherman
|
||||
email = josh@gravityblvd.com
|
||||
|
||||
[github]
|
||||
user = joshtronic
|
||||
|
||||
[color]
|
||||
branch = auto
|
||||
diff = auto
|
||||
status = auto
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
|
||||
[diff]
|
||||
rename = copy
|
||||
|
||||
[pager]
|
||||
color = true
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean %f
|
||||
smudge = git-lfs smudge %f
|
||||
required = true
|
Loading…
Add table
Add a link
Reference in a new issue