All kinds of shit

Switching from oh-my-zsh to antigen, adding tmux into the mix along with
tpm
This commit is contained in:
Josh Sherman 2015-09-26 15:36:15 -04:00
parent 4e5cb5ded6
commit 30f4ef428d
9 changed files with 92 additions and 45 deletions

27
git/gitconfig Normal file
View 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