summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-04-06 01:13:19 +0200
committerAhmed Abdelhalim <[email protected]>2021-04-06 02:14:19 +0200
commit7247c94f15ce079ea01b10a66393758861f5a322 (patch)
tree4d38f599eeba468a37a76d0a43b089409889d86a /README.md
parente2d40a097f5875c6176bd0313ee4d7a70691241a (diff)
Add ssh config to use gpg and fix tty issue
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4529e3a..aa1bc2d 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@ brew bundle
ln -sf ~/.rc/.bash_profile ~/.bash_profile
ln -sf ~/.rc/.editorconfig ~/.editorconfig
ln -sf ~/.rc/.inputrc ~/.inputrc
-ln -sf ~/.rc/.screenrc ~/.screenrc
ln -sf ~/.rc/.netrc ~/.netrc
+ln -sf ~/.rc/.screenrc ~/.screenrc
ln -sf ~/.rc/.terraformrc ~/.terraformrc
ln -sf ~/.rc/.tmux.conf ~/.tmux.conf
chmod 600 ~/.netrc
@@ -28,6 +28,9 @@ chmod 600 ~/.terraformrc
ln -sf ~/.rc/.gitconfig ~/.gitconfig
ln -sf ~/.rc/.gitignore_global ~/.gitignore_global
+mkdir -p ~/.ssh
+ln -sf ~/.rc/.ssh/config ~/.ssh/config
+
mkdir -p ~/.aws
ln -sf ~/.rc/.aws/config ~/.aws/config
ln -sf ~/.rc/.aws/credentials ~/.aws/credentials