diff options
| author | EuAndreh <eu@euandre.org> | 2018-04-15 00:11:36 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-04-15 00:11:36 -0300 |
| commit | 748d2a7f4f55df22487f709c8edea642c9d5bdd9 (patch) | |
| tree | 01e010077e4ee8942ffd5c9ec111cb5483901911 /bash | |
| parent | Set NixOS envvar only on Linux (diff) | |
| download | dotfiles-748d2a7f4f55df22487f709c8edea642c9d5bdd9.tar.gz dotfiles-748d2a7f4f55df22487f709c8edea642c9d5bdd9.tar.xz | |
Add encrypted AWS config
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/symlinks.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index ccdf4a6..62cf45b 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -19,6 +19,10 @@ ln -fs /run/media/andreh/UTCLOUD ~/UTCLOUD mkdir -p ~/.lein ln -fs $DOTFILES/lein/profiles.clj ~/.lein/profiles.clj +mkdir -p ~/.aws +ln -fs $DOTFILES/encrypted/aws/config ~/.aws/config +ln -fs $DOTFILES/encrypted/aws/credentials ~/.aws/credentials + ln -fs $DOTFILES/Xmodmap.conf ~/.Xmodmap ln -fs $DOTFILES/tmux/tmux.conf ~/.tmux.conf |
