Add clojure config
parent
421beea1df
commit
08c94ecee8
|
@ -67,4 +67,6 @@
|
||||||
/systemd/user/*.wants
|
/systemd/user/*.wants
|
||||||
!/mbsync/**
|
!/mbsync/**
|
||||||
!/mbsync/
|
!/mbsync/
|
||||||
|
!/clojure/
|
||||||
|
!/clojure/**
|
||||||
!mimeapps.list
|
!mimeapps.list
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
.clj-kondo
|
||||||
|
.lsp
|
||||||
|
.cpcache
|
|
@ -0,0 +1,4 @@
|
||||||
|
{:aliases
|
||||||
|
{:new {:extra-deps {com.github.seancorfield/clj-new {:mvn/version "1.2.399"}}
|
||||||
|
:exec-fn clj-new/create
|
||||||
|
:exec-args {:template "app"}}}}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{:lib io.github.clojure/tools.tools
|
||||||
|
:coord {:git/tag "v0.3.0"
|
||||||
|
:git/sha "12f7f66ee85578ae939c0b40b71a2f1811afac04"}}
|
|
@ -4,7 +4,7 @@
|
||||||
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
|
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
|
||||||
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
||||||
# absolute path. No other format is supported.
|
# absolute path. No other format is supported.
|
||||||
#
|
#
|
||||||
XDG_DESKTOP_DIR="$HOME/Desktop"
|
XDG_DESKTOP_DIR="$HOME/Desktop"
|
||||||
XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
||||||
XDG_TEMPLATES_DIR="$HOME/Templates"
|
XDG_TEMPLATES_DIR="$HOME/Templates"
|
||||||
|
@ -13,3 +13,4 @@ XDG_DOCUMENTS_DIR="$HOME/Documents"
|
||||||
XDG_MUSIC_DIR="$HOME/Music"
|
XDG_MUSIC_DIR="$HOME/Music"
|
||||||
XDG_PICTURES_DIR="$HOME/Pictures"
|
XDG_PICTURES_DIR="$HOME/Pictures"
|
||||||
XDG_VIDEOS_DIR="$HOME/Videos"
|
XDG_VIDEOS_DIR="$HOME/Videos"
|
||||||
|
XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
Loading…
Reference in New Issue