aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index c383450..0000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
1ALL=$(shell ls -p | grep "/")
2HOME=$(shell echo ~)
3
4install:
5 @echo "Installing dotfiles to $(HOME)"
6 @stow -t $(HOME) -v $(ALL)
7
8uninstall:
9 @echo "Uninstalling dotfiles"
10 @stow -t $(HOME) -Dv $(ALL)