Add clojure config

main
Ensar Sarajčić 2023-05-26 15:38:01 +02:00
parent 421beea1df
commit 08c94ecee8
5 changed files with 14 additions and 1 deletions

View File

@ -67,4 +67,6 @@
/systemd/user/*.wants
!/mbsync/**
!/mbsync/
!/clojure/
!/clojure/**
!mimeapps.list

View File

@ -0,0 +1,3 @@
.clj-kondo
.lsp
.cpcache

View File

@ -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"}}}}

View File

@ -0,0 +1,3 @@
{:lib io.github.clojure/tools.tools
:coord {:git/tag "v0.3.0"
:git/sha "12f7f66ee85578ae939c0b40b71a2f1811afac04"}}

View File

@ -4,7 +4,7 @@
# 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
# absolute path. No other format is supported.
#
#
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
@ -13,3 +13,4 @@ XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
XDG_CONFIG_HOME="$HOME/.config"