.cat.sh: Fix the GPG part.

This commit is contained in:
Mika Suomalainen 2012-04-30 19:28:04 +03:00
parent 4ec8693cc7
commit 9f12d233b1
1 changed files with 4 additions and 3 deletions

View File

@ -3,10 +3,11 @@
cat bashrc > ~/.bashrc cat bashrc > ~/.bashrc
cat tmux.conf > ~/.tmux.conf cat tmux.conf > ~/.tmux.conf
cat zshrc > ~/.zshrc cat zshrc > ~/.zshrc
cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much. cat gitconfig > ~/.gitconfig
cat vimrc > ~/.vimrc cat vimrc > ~/.vimrc
#gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys A4271AC5 # Run gpg once to get configuration file and keyrings. mkdir -p ~/.gnupg
cat gpg.conf > ~/.gnupg/gpg.conf # Maybe this shouldn't get replaced so much, since it contains my key ids. cat gnupg/gpg.conf > ~/.gpg.conf
cat gpg.conf > ~/.gnupg/gpg.conf
cat xsessionrc > ~/.xsessionrc cat xsessionrc > ~/.xsessionrc
exec $SHELL exec $SHELL