aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile9
-rwxr-xr-xinstall (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