From 1297a2e0ec774a13c9900b63c2b4afbb6582a5d3 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Wed, 10 Oct 2018 17:19:29 +0700 Subject: multiple changes mostly to zsh and polybar --- Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 20c68b0..ab64726 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,15 @@ all: emacs git i3wm vim x zsh -clean: uninstall_emacs uninstall_git \ - uninstall_i3wm uninstall_vim \ - uninstall_x uninstall_zsh +clean: uninstall_emacs uninstall_spacemacs \ + uninstall_git uninstall_i3wm \ + uninstall_vim uninstall_x uninstall_zsh -.PHONY: emacs git i3wm vim x zsh +.PHONY: emacs spacemacs git i3wm vim x zsh emacs: stow -t ~ emacs +spacemacs: + stow -t ~ spacemacs git: stow -t ~ git i3wm: @@ -21,6 +23,8 @@ zsh: uninstall_emacs: stow -Dt ~ emacs +uninstall_spacemacs: + stow -Dt ~ spacemacs uninstall_git: stow -Dt ~ git uninstall_i3wm: -- cgit v1.2.3