From b8cc3fd28f443679e76d67c91e021b505a83c1f8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 6 Sep 2018 15:24:45 -0300 Subject: Add lein/deps.edn file for clj deps. --- .gitattributes | 1 + bash/bashrc.sh | 2 +- bash/symlinks.sh | 2 ++ lein/deps.edn | Bin 0 -> 919 bytes 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 lein/deps.edn 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 Binary files /dev/null and b/lein/deps.edn differ -- cgit v1.2.3