Skip to content

Commit

Permalink
[leiningen] Move data directory out of the way
Browse files Browse the repository at this point in the history
  • Loading branch information
Koekelas committed Jan 2, 2021
1 parent b98ab32 commit 061df4e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packages := avahi bash blueman calf catgen cmake cuda cups emacs env firefox \
freecad git gnupg hwloc isync java jupyter keras mu nltk picom qt \
ssh steam tex vdirsyncer xdg xsettingsd
freecad git gnupg hwloc isync java jupyter keras leiningen mu nltk \
picom qt ssh steam tex vdirsyncer xdg xsettingsd

.PHONY: install uninstall
install:
Expand Down
7 changes: 7 additions & 0 deletions dotfiles.org
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,13 @@ Move configuration directory out of the way.
IPYTHONDIR="${XDG_CONFIG_HOME:-$HOME/.config}/ipython"
#+END_SRC

* Leiningen
Move data directory out of the way.

#+BEGIN_SRC conf :tangle stow/leiningen/.config/environment.d/50-leiningen.conf
LEIN_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/lein"
#+END_SRC

* CUDA
Move cache directory out of the way.

Expand Down
1 change: 1 addition & 0 deletions stow/leiningen/.config/environment.d/50-leiningen.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
LEIN_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/lein"

0 comments on commit 061df4e

Please sign in to comment.