From c2db257e6c5e63b3b96d63a3e033d0f719743699 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 19 Mar 2014 14:35:42 +0100 Subject: Added dotfiles and Makefile --- Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..58b6ac0 --- /dev/null +++ b/Makefile @@ -0,0 +1,20 @@ +WM-THEME-DIR = .local/share/themes/numix-no-title +BASHRC = .bashrc + +install: all + +all: wm-theme bash + +wm-theme: + #create wm theme dir if not exist + mkdir -p ~/$(WM-THEME-DIR) + + #remove content if existing + -rm -rf ~/$(WM-THEME-DIR)/* + + #copy contents in + cp -rf $(WM-THEME-DIR)/* ~/$(WM-THEME-DIR)/ + +bash: + #copy to home + cp -f $(BASHRC) ~/$(BASHRC) \ No newline at end of file -- cgit v1.2.3