diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-01-25 18:32:18 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-01-25 18:32:18 -0700 |
commit | a6f6f71e99f0738efc682bc3e2517dce28b4b4e0 (patch) | |
tree | c2732255307e6c5bad1594aecb58cb3e31e4d379 | |
parent | 8309bbc3bc0e41673fda5b1df11b84319c871f3d (diff) |
Use stow instead of Makefile
-rw-r--r-- | Makefile | 8 | ||||
-rwxr-xr-x | stow/install.sh | 1 | ||||
-rw-r--r-- | stow/tmux/.tmux.conf (renamed from tmux.config) | 0 |
3 files changed, 1 insertions, 8 deletions
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 diff --git a/stow/install.sh b/stow/install.sh new file mode 100755 index 0000000..473bdad --- /dev/null +++ b/stow/install.sh @@ -0,0 +1 @@ +stow tmux -t "$HOME" diff --git a/tmux.config b/stow/tmux/.tmux.conf index 4a524fc..4a524fc 100644 --- a/tmux.config +++ b/stow/tmux/.tmux.conf |