aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-05-01 23:38:24 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-05-01 23:38:24 +0200
commit564d9e780d374b4c66da2e0061d0394b6d39296e (patch)
tree921a258d527993b2e51c2440ea2b561ee91aaef4 /Makefile
parent72355fa057416a3eddfe34563d3bfdea1ea620a6 (diff)
downloaddotfiles-564d9e780d374b4c66da2e0061d0394b6d39296e.tar.gz
dotfiles-564d9e780d374b4c66da2e0061d0394b6d39296e.tar.bz2
dotfiles-564d9e780d374b4c66da2e0061d0394b6d39296e.zip
Fixed critical bug deleting ~ content..
Glad is was a VM :)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0595784..e233395 100644
--- a/Makefile
+++ b/Makefile
@@ -1,21 +1,21 @@
1NUMIX-NO-TITLE = .local/share/themes/numix-no-title 1NUMIX = .local/share/themes/numix-no-title
2BASHRC = .bashrc 2BASHRC = .bashrc
3VIMRC = .vimrc 3VIMRC = .vimrc
4HERBSTLUFT = .config/herbstluftwm 4HERBSTLUFT = .config/herbstluftwm
5 5
6install: all 6install: all
7 7
8all: bash vim numix-no-title herbstluft 8all: bash vim numix-no-title herbstluftwm
9 9
10numix-no-title: 10numix-no-title:
11 #create wm theme dir if not exist 11 #create wm theme dir if not exist
12 mkdir -p ~/$(NUMIX-NO-TILE) 12 mkdir -p ~/$(NUMIX)
13 13
14 #remove content if existing 14 #remove content if existing
15 -rm -rf ~/$(NUMIX-NO-TILE)/* 15 -rm -rf ~/$(NUMIX)/*
16 16
17 #copy new contents in 17 #copy new contents in
18 cp -rf $(NUMIX-NO-TILE)/* ~/$(NUMIX-NO-TITLE)/ 18 cp -rf $(NUMIX)/* ~/$(NUMIX)/
19 19
20herbstluftwm: 20herbstluftwm:
21 #create herbstluftwm if not exist 21 #create herbstluftwm if not exist