summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-03-31 14:28:51 +0200
committerAhmed Abdelhalim <[email protected]>2021-03-31 14:28:51 +0200
commitf97953a4f04cfcda970b6eeb261c3b45d46f22fb (patch)
tree88da211e9958350590576c2878c47b95c3f8e2f1 /README.md
parentb81ab63d2926972825e7c5d3da2ccf543ede94d7 (diff)
Update gpg configurations and setup missing commands
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