]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Commit powerline changes, add git signing config
authorBen Beltran <redacted>
Thu, 3 May 2018 15:01:54 +0000 (10:01 -0500)
committerBen Beltran <redacted>
Thu, 3 May 2018 15:01:54 +0000 (10:01 -0500)
gitconfig
tmux.conf

index 957c18a7ffc80b743d35c2be4a5aa5c66070d1a8..6f232380f691ad1975fded654a1f3d6ce2ee8cd5 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -1,9 +1,14 @@
 [user]
        name = Ben Beltran
        email = ben@nsovocal.com
+       signingkey = C4F2921ED27B8DBA
 [core]
        editor = vim
 [color]
        diff = auto
 [push]
        default = simple
+[commit]
+       gpgsign = true
+[gpg]
+       program = gpg2
index 38a7da1455a5646924244cba763c6259e8b7b19d..60cbfc9b6cc2eb65d48e814bd56bee835c0abff8 100644 (file)
--- a/tmux.conf
+++ b/tmux.conf
@@ -42,4 +42,4 @@ set-option -ga terminal-overrides ",xterm-256color:Tc"
 
 # Powerline
 run-shell "powerline-daemon -q"
-source /Users/benbeltran/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf
+source /usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf
\ No newline at end of file