diff --git a/makefile b/makefile new file mode 100644 index 0000000..3aa06a8 --- /dev/null +++ b/makefile @@ -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/