Prior to running stow
you must do the following.
Install Oh My Bash.
# Copy of instructions from their README
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
Create a ~/.local/bin
directory
mkdir -p ~/.local/bin
cd ~ && git clone https://github.com/ericfrederich/.dotfiles.git
cd ~/.dotfiles
stow .
# change theme
perl -pi -e 's#OSH_THEME="font"#OSH_THEME="eric"#' ~/.bashrc