1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-09-01 18:24:06 +00:00

add some fish aliases, git aliases, and update atom config

This commit is contained in:
2018-01-30 11:50:56 -08:00
parent 4ebc3fd1c9
commit 54026850ef
4 changed files with 26 additions and 0 deletions

17
git/.gitconfig Normal file
View File

@ -0,0 +1,17 @@
[user]
name = drewcassidy
email = drewcassidy@me.com
signingkey = 8FD477A1
[core]
autocrlf = input
[commit]
gpgsign = true
[gpg]
program = /usr/local/bin/gpg
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[alias]
tree = log --all --decorate --oneline --graph