aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-09-06 15:24:45 -0300
committerEuAndreh <eu@euandre.org>2018-09-06 15:26:09 -0300
commitb8cc3fd28f443679e76d67c91e021b505a83c1f8 (patch)
treedcfad239c92c3454abdcad66e0ba6feeff313fb0 /bash
parentFilter in Clojure newsletter emails. (diff)
downloaddotfiles-b8cc3fd28f443679e76d67c91e021b505a83c1f8.tar.gz
dotfiles-b8cc3fd28f443679e76d67c91e021b505a83c1f8.tar.xz
Add lein/deps.edn file for clj deps.
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.sh2
-rw-r--r--bash/symlinks.sh2
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