From f228e2ad2aaac15ae522565661698decc84ccbca Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 13 May 2014 21:40:58 +0200 Subject: added Xresources and tweeked herbstluft configs --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e233395..0e0dd70 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,12 @@ NUMIX = .local/share/themes/numix-no-title BASHRC = .bashrc VIMRC = .vimrc HERBSTLUFT = .config/herbstluftwm +XRESOURCES = .Xresources + install: all -all: bash vim numix-no-title herbstluftwm +all: bash vim xresources numix-no-title herbstluftwm numix-no-title: #create wm theme dir if not exist @@ -35,9 +37,14 @@ vim: #copy vimrc to home cp -f $(VIMRC) ~ +xresources: + #copy Xresources to home + cp -f $(XRESOURCES) ~ + uninstall: #remove all -rm -rf ~/$(WM-THEME-DIR) -rm -rf ~/$(HERBSTLUFT) -rm -f ~/$(BASHRC) -rm -f ~/$(VIMRC) + -rm -f ~/$(XRESOURCES) -- cgit v1.2.3