diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -1,21 +1,21 @@ | |||
| 1 | NUMIX-NO-TITLE = .local/share/themes/numix-no-title | 1 | NUMIX = .local/share/themes/numix-no-title |
| 2 | BASHRC = .bashrc | 2 | BASHRC = .bashrc |
| 3 | VIMRC = .vimrc | 3 | VIMRC = .vimrc |
| 4 | HERBSTLUFT = .config/herbstluftwm | 4 | HERBSTLUFT = .config/herbstluftwm |
| 5 | 5 | ||
| 6 | install: all | 6 | install: all |
| 7 | 7 | ||
| 8 | all: bash vim numix-no-title herbstluft | 8 | all: bash vim numix-no-title herbstluftwm |
| 9 | 9 | ||
| 10 | numix-no-title: | 10 | numix-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 | ||
| 20 | herbstluftwm: | 20 | herbstluftwm: |
| 21 | #create herbstluftwm if not exist | 21 | #create herbstluftwm if not exist |
