From ba388c79ec7260c3a7b911251d3e0420698b13be Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Mon, 11 Feb 2019 11:13:08 +0700 Subject: stuf --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3