aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--bash/bashrc.sh2
-rw-r--r--bash/symlinks.sh2
-rw-r--r--lein/deps.ednbin0 -> 919 bytes
4 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 8b3ca14..a2fa862 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -6,3 +6,4 @@ vps/docker-compose.yml filter=git-crypt diff=git-crypt
git/gitconfig.ini filter=git-crypt diff=git-crypt
emacs/gnus.el filter=git-crypt diff=git-crypt
emacs/not-much.el filter=git-crypt diff=git-crypt
+lein/deps.edn filter=git-crypt diff=git-crypt
diff --git a/bash/bashrc.sh b/bash/bashrc.sh
index ddec66a..7052c9b 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 a6777a9..7fe95ed 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
diff --git a/lein/deps.edn b/lein/deps.edn
new file mode 100644
index 0000000..22a3ddc
--- /dev/null
+++ b/lein/deps.edn
Binary files differ