aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-02-02 10:59:27 -0700
committerCody Hiar <cody@hiar.ca>2021-02-02 10:59:27 -0700
commitd116eda691fb901ae45ed3c571b8c50741a05a8b (patch)
treede16488c8cebd34f2c08cc7738ad618a3648a4a1
parentac3331801c9fd9f78d4d957acf687db77a1f2b7e (diff)
Updating few things
-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