dotfiles/ubuntu

12 lines
210 B
Bash
Executable File

#!/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