diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-12 20:51:17 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-12 20:51:17 +0200 |
commit | 4ea0d778ae1e6ef14c85aa833484830c17d33c99 (patch) | |
tree | b3283b1d67d9d1406caba74153ab6531dcf8810c /setup.sh | |
parent | 25aa9cf364775086ff285f1291dc1644fc9920b4 (diff) |
fix(setup): mv to Makefile
Diffstat (limited to 'setup.sh')
-rw-r--r-- | setup.sh | 7 |
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" |