Files
bullet-train.zsh/makefile
2015-08-15 00:39:18 +02:00

12 lines
277 B
Makefile

# Installs a copy of the theme on the folder `~/.oh-my-zsh/themes/`
install:
cp ./bullet-train.zsh-theme ~/.oh-my-zsh/themes/bullet-train.zsh-theme
# Symlinks the theme for easier development
link:
ln -sF `pwd`/bullet-train.zsh-theme ~/.oh-my-zsh/themes/
#
test:
npm test