Prefer stow over hand-rolled solution
After discovering GNU stow on Nix IRC, refactored install and setup scripts to consume it. Code is vastly simplified as a result.
This commit is contained in:
parent
e8ca641075
commit
a86c2ddece
10 changed files with 42 additions and 56 deletions
|
@ -1,10 +0,0 @@
|
|||
export META_DIR="${HOME}/urbint/meta"
|
||||
export DOTFILES="${HOME}/dotfiles"
|
||||
export ZSH="${HOME}/.oh-my-zsh"
|
||||
export PATH="${PATH}:${HOME}/.local/bin"
|
||||
|
||||
ZSH_THEME=refined
|
||||
plugins=(zsh-autosuggestions git git-extras github)
|
||||
|
||||
source "${ZSH}/oh-my-zsh.sh"
|
||||
source "${META_DIR}/urbint_101/scripts/setup"
|
Loading…
Add table
Add a link
Reference in a new issue