From 3fafb10ca6800b1e8f23cd64690dddab1b2705d9 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 23 Jul 2017 19:49:29 +0000 Subject: Better symlinking --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bbb6608..f6144df 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ 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 + ln -sf $(CURDIR)/tmux.config ~/.tmux.conf uninstall: ## Remove the symlink [[ -L ~/.muttrc ]] && rm ~/.tmux.conf -- cgit v1.2.3