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 :