aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-04-15 00:11:06 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-04-15 00:11:54 +0200
commit4fea76ee02ce020b3c1d20ad3f25342003112ee7 (patch)
treed054672ba4e468437a928dec62f0ceecdcd3b0c1 /install.sh
parent4da2fd9872bbeeda559a4ff8246d0b13c152f943 (diff)
downloaddotfiles-4fea76ee02ce020b3c1d20ad3f25342003112ee7.tar.gz
dotfiles-4fea76ee02ce020b3c1d20ad3f25342003112ee7.zip
gnupg: added config
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index e1f2ff0..e6e7d8a 100755
--- a/install.sh
+++ b/install.sh
@@ -25,6 +25,7 @@ cp global.hgignore $HOME/.hgignore
cp tmux.conf $HOME/.tmux.conf
cp rake_completion $HOME/.rake_completion
cp rvmrc $HOME/.rvmrc
+cp gnupg/gpg.conf $HOME/.gnupg/gpg.conf
chmod +x $HOME/.rake_completion
# Wipe out the current vim config and replace it with this one.