diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-04-06 01:13:19 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-04-06 02:14:19 +0200 |
| commit | 7247c94f15ce079ea01b10a66393758861f5a322 (patch) | |
| tree | 4d38f599eeba468a37a76d0a43b089409889d86a /README.md | |
| parent | e2d40a097f5875c6176bd0313ee4d7a70691241a (diff) | |
Add ssh config to use gpg and fix tty issue
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
