From 6981d88959b62cd6e6794e075c769718513c9b6c Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Thu, 22 Mar 2012 14:48:15 +0200 Subject: [PATCH] .cat.sh: Update to include gpg.conf gpg.conf has moved to shell-things. --- .cat.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cat.sh b/.cat.sh index 42d3bafe..17d0bd5a 100755 --- a/.cat.sh +++ b/.cat.sh @@ -5,6 +5,8 @@ cat tmux.conf > ~/.tmux.conf cat zshrc > ~/.zshrc #cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much. cat vimrc > ~/.vimrc +#gpg --recv-keys 3913CB03 # Run gpg once to get configuration file and keyrings. +#cat gpg.conf > ~/.gnupg/gpg.conf # Maybe this shouldn't get replaced so much, since it contains my key ids. exec $SHELL # vim : set ft=sh :