Skip to content

Commit

Permalink
Sign commit using GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed May 3, 2016
1 parent 834d7a6 commit 12c7aa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[user]
name = Thomas Queste
email = tom@tomsquest.com
signingkey = 0x46ABEB7FF623F5EB

[alias]
co = checkout
Expand Down Expand Up @@ -40,3 +41,5 @@

[credential]
helper = cache
[commit]
gpgsign = true
5 changes: 3 additions & 2 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ source "${HOME}/.zsh/zgen/zgen.zsh"
if ! zgen saved; then
echo "Creating a zgen save"

zgen load zsh-users/zsh-syntax-highlighting
zgen oh-my-zsh plugins/history-substring-search # MUST be after zsh-syntax-highlighting
zgen oh-my-zsh plugins/sudo
zgen oh-my-zsh plugins/httpie
zgen oh-my-zsh plugins/command-not-found
zgen load zsh-users/zsh-syntax-highlighting
zgen oh-my-zsh plugins/history-substring-search # MUST be after zsh-syntax-highlighting
zgen oh-my-zsh plugins/gpg-agent
zgen load zsh-users/zsh-completions src
zgen load olivierverdier/zsh-git-prompt
zgen load chrissicool/zsh-256color
Expand Down

0 comments on commit 12c7aa2

Please sign in to comment.