dotfiles/ubuntu

12 lines
210 B
Plaintext
Raw Normal View History

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