aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59b9ee0..a34737e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ clean: uninstall_emacs uninstall_spacemacs \
uninstall_vim uninstall_x uninstall_zsh \
uninstall_basics
-.PHONY: emacs spacemacs git i3wm vim x zsh basics
+.PHONY: emacs spacemacs git i3wm vim x zsh fish basics
emacs:
stow -t ~ emacs
@@ -21,6 +21,8 @@ x:
stow -t ~ x
zsh:
stow -t ~ zsh
+fish:
+ stow -t ~ fish
basics:
stow -t ~ basics
@@ -38,5 +40,7 @@ uninstall_x:
stow -Dt ~ x
uninstall_zsh:
stow -Dt ~ zsh
+uninstall_fish:
+ stow -Dt ~ fish
uninstall_basics:
stow -Dt ~ basics