diff options
author | Cody Hiar <cody@hiar.ca> | 2021-02-02 10:59:27 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-02-02 10:59:27 -0700 |
commit | d116eda691fb901ae45ed3c571b8c50741a05a8b (patch) | |
tree | de16488c8cebd34f2c08cc7738ad618a3648a4a1 | |
parent | ac3331801c9fd9f78d4d957acf687db77a1f2b7e (diff) |
Updating few things
-rw-r--r-- | Makefile | 9 | ||||
-rwxr-xr-x | install (renamed from install_plugins) | 0 |
2 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 8bac6e7..0000000 --- a/Makefile +++ /dev/null @@ -1,9 +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)/vimrc ~/.vimrc - vim +PlugInstall +qa - -uninstall: ## Remove the sumlink - [[ -L ~/.vimrc ]] && rm ~/.vimrc diff --git a/install_plugins b/install index 1eca5e0..1eca5e0 100755 --- a/install_plugins +++ b/install |