aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-02 13:15:26 -0300
committerEuAndreh <eu@euandre.org>2019-06-02 13:15:26 -0300
commitbcc2c3cb9027714e9d4ec642253453d708e66bc7 (patch)
tree227689af81df15f9a8753c81512b2fc5aa661687
parentRemove encrypted/ shell files (diff)
downloaddotfiles-bcc2c3cb9027714e9d4ec642253453d708e66bc7.tar.gz
dotfiles-bcc2c3cb9027714e9d4ec642253453d708e66bc7.tar.xz
Remove symlinking actions to private data
Do it in Git Annex repo instead.
Diffstat (limited to '')
-rw-r--r--bash/symlinks.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh
index 2a5b0b0..bae23a9 100644
--- a/bash/symlinks.sh
+++ b/bash/symlinks.sh
@@ -37,11 +37,6 @@ mkdir -p ~/.lein ~/.clojure
ln -fs "$DOTFILES/lein/profiles.clj" ~/.lein/profiles.clj
ln -fs "$DOTFILES/lein/deps.edn" ~/.clojure/deps.edn
-## AWS
-mkdir -p ~/.aws
-ln -fs "$HOME/annex/secret/AWS/config" ~/.aws/config
-ln -fs "$HOME/annex/secret/AWS/credentials" ~/.aws/credentials
-
## tmux
ln -fs "$DOTFILES/tmux/tmux.conf" ~/.tmux.conf
@@ -78,6 +73,3 @@ ln -fs "$DOTFILES/mail/notmuch.ini" ~/.notmuch-config
ln -fs /tmp/mbsync."$(date +%Y-%m-%d)".log /tmp/mbsync.log
ln -fs /tmp/notmuch."$(date +%Y-%m-%d)".log /tmp/notmuch.log
ln -fs /tmp/archivebox."$(date +%Y-%m-%d)".log /tmp/archivebox.log
-
-## GNUS
-ln -fs "$HOME/annex/secret/IMAP/authinfo.gpg" ~/.authinfo.gpg