summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/setup.sh b/setup.sh
deleted file mode 100644
index ab86f04..0000000
--- a/setup.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-which nvim >/dev/null 2>&1 || echo "Neovim not installed!" && exit 1
-which luarocks >/dev/null 2>&1 || echo "Luarocks not installed!" && exit 1
-luarocks list | grep "fennel" || echo "fennel is not installed" && exit 1
-
-nvim --headless +qa && nvim --headless -c "autocmd User PackerComplete quitall" -c "PackerSync"