From a6f6f71e99f0738efc682bc3e2517dce28b4b4e0 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 25 Jan 2019 18:32:18 -0700 Subject: Use stow instead of Makefile --- Makefile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index f6144df..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -help: - @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' - -install: ## Install the symlink - ln -sf $(CURDIR)/tmux.config ~/.tmux.conf - -uninstall: ## Remove the symlink - [[ -L ~/.muttrc ]] && rm ~/.tmux.conf -- cgit v1.2.3