diff options
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -17,4 +17,9 @@ wm-theme: | |||
| 17 | 17 | ||
| 18 | bash: | 18 | bash: |
| 19 | #copy to home | 19 | #copy to home |
| 20 | cp -f $(BASHRC) ~/$(BASHRC) \ No newline at end of file | 20 | cp -f $(BASHRC) ~/$(BASHRC) |
| 21 | |||
| 22 | uninstall: | ||
| 23 | #remove all | ||
| 24 | -rm -rf ~/$(WM-THEME-DIR) | ||
| 25 | -rm -f ~/$(BASHRC) \ No newline at end of file | ||
