FIX stack home typo

This commit is contained in:
Nathan Dwarshuis 2021-03-13 18:27:16 -05:00
parent e7d6eef5e9
commit abaa7dd00e
1 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,11 @@ run_stack_in_dir () {
cd "$cur" || return 1 cd "$cur" || return 1
} }
export STACK_ROOT="$XDG_DATA_HOME"/stack ## TODO not dry
## TODO could use tmp for this and it would probably be faster and get around
## the DRY problem, at the expense that build xmonad the first time live will
## be a PITA
export STACK_ROOT="$HOME/.local/share/stack"
clone_maybe https://github.com/ndwarshuis/conky.git "$HOME/.config/conky" clone_maybe https://github.com/ndwarshuis/conky.git "$HOME/.config/conky"
clone_maybe https://github.com/ndwarshuis/.emacs.d.git "$HOME/.config/emacs" clone_maybe https://github.com/ndwarshuis/.emacs.d.git "$HOME/.config/emacs"