summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index a3ef960..4529e3a 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,14 @@ mkdir -p ~/.config/htop ~/.config/tmuxinator ~/.config/wtf
ln -sf ~/.rc/.config/htop/htoprc ~/.config/htop/htoprc
ln -sf ~/.rc/.config/wtf/config.yml ~/.config/wtf/config.yml
+mkdir -p ~/.gnupg
+ln -sf ~/.rc/.gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
+ln -sf ~/.rc/.gnupg/sshcontrol ~/.gnupg/sshcontrol
+
+gpg-connect-agent killagent /bye
+gpg-connect-agent updatestartuptty /bye
+gpg-connect-agent /bye
+
sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
chsh -s /usr/local/bin/bash