Skip to content

Commit

Permalink
Add .gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdw committed Apr 11, 2019
1 parent feea88c commit c17f68f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,5 +7,5 @@ dotfiles-install:
dotfiles-uninstall:
stow -D dotfiles -v 2

install: dotfiles-install spacemacs-install
install: dotfiles-install
echo "yay!"
18 changes: 18 additions & 0 deletions dotfiles/.gitconfig
@@ -0,0 +1,18 @@
[user]
name = Andrew Tropin
email = andrewtropin@gmail.com
signingkey = 55D6417704020524

[alias]
aliases = !git config --get-regexp 'alias.*' | colrm 1 6 | sed 's/[ ]/ = /' | sort # list all aliases
st = status

[commit]
gpgsign = true

[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f

0 comments on commit c17f68f

Please sign in to comment.