mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
clojure: delete config
This commit is contained in:
parent
9ead011461
commit
bb3df4589c
2 changed files with 2 additions and 23 deletions
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
## System info
|
||||
- `OS` Arch linux
|
||||
- `DE` Gnome 42
|
||||
- `Terminal` Kitty
|
||||
- `DE` hyprland
|
||||
- `Terminal` kitty
|
||||
- `Editors` nvim
|
||||
- `Browser` firefox
|
||||
- `Font` Jatbrains Mono
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
{:mvn/repos
|
||||
{"central" {:url "https://repo1.maven.org/maven2/"}
|
||||
"clojars" {:url "https://repo.clojars.org/"}}
|
||||
|
||||
:aliases
|
||||
{:new-app {:extra-deps {com.github.seancorfield/clj-new {:mvn/version "1.2.399"}}
|
||||
:exec-args {:template "app"}
|
||||
:exec-fn clj-new/create}
|
||||
|
||||
:neil {:deps {io.github.babashka/neil {:git/tag "v0.1.41" :git/sha "77288d4"}}
|
||||
:main-opts ["-m" "babashka.neil"]}
|
||||
|
||||
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.8.847"}}
|
||||
:main-opts ["-m" "antq.core"]}
|
||||
|
||||
:cider {:extra-deps {nrepl/nrepl {:mvn/version "1.0.0"}
|
||||
cider/cider-nrepl {:mvn/version "0.28.5"}
|
||||
refactor-nrepl/refactor-nrepl {:mvn/version "3.5.5"}}
|
||||
:main-opts ["-m" "nrepl.cmdline"
|
||||
"--middleware" "[cider.nrepl/cider-middleware,refactor-nrepl.middleware/wrap-refactor]"
|
||||
"--interactive"]}}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue