Creates makefile

Makefile with the tasks *install* and *link*
This commit is contained in:
Caio Gondim
2014-07-02 23:23:33 +02:00
parent efc228d93a
commit bf2d5ba72b

7
makefile Normal file
View File

@@ -0,0 +1,7 @@
# 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/