From eb52f06b57807131310325c59348f31133977be8 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 1 Jan 2017 22:49:01 +0000 Subject: Fixing linux vs mac config --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4a52e48 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +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 -s $(CURDIR)/tmux.config ~/.tmux.conf + +uninstall: ## Remove the sumlink + [[ -L ~/.muttrc ]] && rm ~/.tmux.conf -- cgit v1.2.3