Files
bullet-train.zsh/makefile
Caio Gondim bf2d5ba72b Creates makefile
Makefile with the tasks *install* and *link*
2014-07-02 23:23:33 +02:00

8 lines
248 B
Makefile

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