FIX stack home typo
This commit is contained in:
parent
e7d6eef5e9
commit
abaa7dd00e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue