mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-10-13 16:56:36 +00:00
Make lein and m2 follow XDG base dir spec
This commit is contained in:
parent
19b62c6d0e
commit
fcf31d2b7a
3 changed files with 6 additions and 0 deletions
|
@ -104,6 +104,7 @@ export OMNISHARPHOME="$XDG_CONFIG_HOME"/omnisharp
|
||||||
export PSQL_HISTORY="$XDG_STATE_HOME/psql_history"
|
export PSQL_HISTORY="$XDG_STATE_HOME/psql_history"
|
||||||
export ANSIBLE_HOME="$XDG_DATA_HOME"/ansible
|
export ANSIBLE_HOME="$XDG_DATA_HOME"/ansible
|
||||||
export MINIKUBE_HOME="$XDG_DATA_HOME/minikube"
|
export MINIKUBE_HOME="$XDG_DATA_HOME/minikube"
|
||||||
|
export LEIN_HOME="$XDG_DATA_HOME"/lein
|
||||||
|
|
||||||
# Theming
|
# Theming
|
||||||
export GTK_THEME="Tokyonight-Dark"
|
export GTK_THEME="Tokyonight-Dark"
|
||||||
|
|
4
home/.local/share/lein/profiles.clj
Normal file
4
home/.local/share/lein/profiles.clj
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{:user {:local-repo #=(eval (str (System/getenv "XDG_CACHE_HOME") "/m2"))
|
||||||
|
:repositories {"local" {:url #=(eval (str "file://" (System/getenv "XDG_DATA_HOME") "/m2"))
|
||||||
|
:releases {:checksum :ignore}}}
|
||||||
|
}}
|
|
@ -24,6 +24,7 @@ mkdir -p ~/.cache/nv
|
||||||
cp -ra home/.config/wget ~/.config
|
cp -ra home/.config/wget ~/.config
|
||||||
mkdir -p ~/.config/gtk-2.0
|
mkdir -p ~/.config/gtk-2.0
|
||||||
touch ~/.config/gtk-2.0/gtkrc
|
touch ~/.config/gtk-2.0/gtkrc
|
||||||
|
cp -ra home/.local/share/lein ~/.local/share
|
||||||
|
|
||||||
# DE configs (core apps/tools that make up the base graphical experience)
|
# DE configs (core apps/tools that make up the base graphical experience)
|
||||||
cp -ra home/.config/xdg-desktop-portal ~/.config
|
cp -ra home/.config/xdg-desktop-portal ~/.config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue