diff options
author | EuAndreh <eu@euandre.org> | 2018-09-06 15:24:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-09-06 15:26:09 -0300 |
commit | b8cc3fd28f443679e76d67c91e021b505a83c1f8 (patch) | |
tree | dcfad239c92c3454abdcad66e0ba6feeff313fb0 | |
parent | Filter in Clojure newsletter emails. (diff) | |
download | dotfiles-b8cc3fd28f443679e76d67c91e021b505a83c1f8.tar.gz dotfiles-b8cc3fd28f443679e76d67c91e021b505a83c1f8.tar.xz |
Add lein/deps.edn file for clj deps.
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | bash/bashrc.sh | 2 | ||||
-rw-r--r-- | bash/symlinks.sh | 2 | ||||
-rw-r--r-- | lein/deps.edn | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..22a3ddc --- /dev/null +++ b/lein/deps.edn |