From 01b351b7633981c82f3911498ddba01524e10753 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 2 Jun 2022 18:56:14 +0200 Subject: Rename install to sync --- install.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh deleted file mode 100755 index 3773b5a..0000000 --- a/install.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# Check dependencies -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" >/dev/null 2>&1 || -(echo "fennel is not installed" && exit 1) - -# Bootstrap installment -nvim --headless +qa >/dev/null 2>&1 && -nvim --headless -c "autocmd User PackerComplete quitall" >/dev/null 2>&1 && -echo "Successfully bootstrapped the config!" || -(echo "Bootstrapping failed..." && exit 1) -- cgit v1.2.3-70-g09d2