Skip to content

Commit

Permalink
[git] sign
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalikov committed Apr 5, 2016
1 parent 7ca351f commit 62b1c97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions configs/git/config
Expand Up @@ -11,6 +11,10 @@
[user]
name = "Dmitry Malikov"
email = "malikov.d.y@gmail.com"
signingkey = "8FCB631E"

[gpg]
program = gpg2

[merge]
log = true
Expand Down
2 changes: 1 addition & 1 deletion configs/nixos/lnd/configuration.nix
Expand Up @@ -21,7 +21,7 @@ in

environment = with pkgs; {
systemPackages = [
git gnumake htop iotop lsof nix-repl python tig tmux tree vim wget zsh
git gnumake gnupg htop iotop lsof nix-repl python tig tmux tree vim wget zsh
];
};

Expand Down
3 changes: 3 additions & 0 deletions configs/zsh/zshrc
Expand Up @@ -80,6 +80,9 @@ function flac2mp3() {
# ruby stuff
unset RUBYOPT

# https://github.com/keybase/keybase-issues/issues/1712#issuecomment-141226705
export GPG_TTY=$(tty)

bindkey '^R' history-incremental-search-backward
source ~/.zshenv
source ~/.zshless
Expand Down

1 comment on commit 62b1c97

@supki
Copy link
Contributor

@supki supki commented on 62b1c97 Apr 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now we can finally be sure that all the important changes to your dotfiles are made by yourself!

👍

Please sign in to comment.