dotfiles/ubuntu

12 lines
215 B
Plaintext
Raw Normal View History

2024-05-21 09:24:01 +00:00
#!/usr/bin/env zsh
if [[ -z $STOW_FOLDERS ]]; then
2024-05-21 21:27:06 +00:00
STOW_FOLDERS="nvim,bash,tmux"
2024-05-21 09:24:01 +00:00
fi
if [[ -z $DOTFILES ]]; then
DOTFILES=$HOME/.dotfiles
fi
STOW_FOLDERS=$STOW_FOLDERS DOTFILES=$DOTFILES $DOTFILES/install