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 | |
| parent | Set NixOS envvar only on Linux (diff) | |
| download | dotfiles-748d2a7f4f55df22487f709c8edea642c9d5bdd9.tar.gz dotfiles-748d2a7f4f55df22487f709c8edea642c9d5bdd9.tar.xz | |
Add encrypted AWS config
| -rw-r--r-- | bash/symlinks.sh | 4 | ||||
| -rw-r--r-- | encrypted/aws/config | bin | 0 -> 85 bytes | |||
| -rw-r--r-- | encrypted/aws/credentials | bin | 0 -> 255 bytes |
3 files changed, 4 insertions, 0 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index ccdf4a61..62cf45bb 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 diff --git a/encrypted/aws/config b/encrypted/aws/config Binary files differnew file mode 100644 index 00000000..6d7e2908 --- /dev/null +++ b/encrypted/aws/config diff --git a/encrypted/aws/credentials b/encrypted/aws/credentials Binary files differnew file mode 100644 index 00000000..37f9ce13 --- /dev/null +++ b/encrypted/aws/credentials |
