From d27d1370846fad27cbc45f4907ed96bda5326fa7 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 7 Oct 2014 20:19:15 +0200 Subject: Added liquidprompt --- Makefile | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 002c950..d9acb35 100644 --- a/Makefile +++ b/Makefile @@ -2,17 +2,21 @@ PWD=$(shell pwd) THEMES_DIR = .local/share/themes CONFIG_DIR = .config + NUMIX = numix-no-title +HERBSTLUFT = herbstluftwm + BASHRC = .bashrc COMPTON = .compton +LIQUIDPROMPT = liquidpromptrc +LP_PS1 = .lp_ps1 VIMRC = .vimrc -HERBSTLUFT = herbstluftwm XRESOURCES = .Xresources install: all -all: bash compton vim xresources numix-no-title herbstluftwm +all: bash compton liquidprompt vim xresources numix-no-title herbstluftwm numix-no-title: mkdir -p ~/$(THEMES_DIR) @@ -28,6 +32,10 @@ bash: compton: ln -sf $(PWD)/$(COMPTON) ~ +liquidprompt: + ln -sf $(PWD)/$(LIQUIDPROMPT) ~ + ln -sf $(PWD)/$(LP_PS1) ~ + vim: ln -sf $(PWD)/$(VIMRC) ~ @@ -38,7 +46,9 @@ uninstall: #remove all -rm ~/$(THEMES_DIR)/$(NUMIX) -rm ~/$(CONFIG_DIR)/$(HERBSTLUFT) - -rm ~/$(COMPTON) -rm ~/$(BASHRC) + -rm ~/$(COMPTON) + -rm ~/$(LIQUIDPROMPT) + -rm ~/$(LP_PS1) -rm ~/$(VIMRC) -rm ~/$(XRESOURCES) -- cgit v1.2.3