diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/bashrc.sh | 2 | ||||
| -rw-r--r-- | bash/symlinks.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh index ddec66a0..7052c9bd 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -7,10 +7,10 @@ source $DOTFILES/bash/colors.sh source $DOTFILES/bash/aliases.sh source $DOTFILES/bash/util.sh source $DOTFILES/bash/agents.sh +source $DOTFILES/bash/init.sh source $DOTFILES/bash/symlinks.sh source $DOTFILES/bash/youtube.sh source $DOTFILES/bash/tmuxinator-templates.sh -source $DOTFILES/bash/init.sh source $DOTFILES/bash/facepalm/rotten-apple.sh source $DOTFILES/bash/npm.sh source $DOTFILES/bash/x.sh diff --git a/bash/symlinks.sh b/bash/symlinks.sh index a6777a97..7fe95ed6 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -20,6 +20,8 @@ ln -fs $MEDIA_PREFIX/SNEAKER ~/SNEAKER mkdir -p ~/.lein ln -fs $DOTFILES/lein/profiles.clj ~/.lein/profiles.clj +mkdir -p ~/.clojure +ln -fs $DOTFILES/lein/deps.edn ~/.clojure/deps.edn mkdir -p ~/.aws ln -fs $DOTFILES/encrypted/aws/config ~/.aws/config |
