gpg-agent included
[dotfiles.git] / install
diff --git a/install b/install
index 2972749..e44388c 100755 (executable)
--- a/install
+++ b/install
@@ -5,8 +5,10 @@ cp -if `pwd`/.bashrc ~/.bashrc || true
 cp -if `pwd`/muttrc ~/.mutt/muttrc || true
 cp -if `pwd`/msmtp ~/.mutt/msmtp || true
 cp -if `pwd`/offlineimaprc ~/.mutt/offlineimaprc || true
+cp -if `pwd`/gpg-agent.conf ~/.gnupg/gpg-agent.conf || true
 sudo cp -if `pwd`/sudo/mpd.conf /etc/mpd.conf || true
 sudo cp -if `pwd`/sudo/settings.json /etc/transmission-daemon/settings.json || true
+sudo cp -if `pwd`/gpg-agent.sh /etc/profile.d/gpg-agent.sh || true
 
 if [ "$1" = "-x" ]
 then