[spacemacs-docker] up clojure installer

This commit is contained in:
JAremko 2018-08-29 22:34:58 +03:00 committed by Eugene Yaremenko
parent ffc1617dd9
commit 96d0fff00c
3 changed files with 0 additions and 9 deletions

View File

@ -1,5 +0,0 @@
{:repl {:plugins [[cider/cider-nrepl "0.17.0"]
[refactor-nrepl "2.3.1"]
[lein-cljfmt "0.5.7"]]
:dependencies [[alembic "0.3.2"]
[org.clojure/tools.nrepl "0.2.12"]]}}

View File

@ -14,6 +14,3 @@ Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/
* List of installed software:
1. [[http://packages.ubuntu.com/en/xenial/default-jre-headless][default-jre-headless]]
2. [[https://leiningen.org/][Leiningen]]
4. [[https://github.com/clojure-emacs/refactor-nrepl][refactor-nrepl]]
5. [[https://github.com/clojure-emacs/cider-nrepl][cider-nrepl]]
6. [[https://github.com/weavejester/cljfmt][lein-cljfmt]]

View File

@ -17,7 +17,6 @@
(install default-jre-headless)
(with-installed (curl)
(! "Installing Leiningen...")
(cp ".lein" (dir $UHOME))
($ ["curl -Lo /usr/local/bin/lein"
"https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein"]
"chown ${UID}:${GID} -R ${UHOME}"