speedie-nvim/.config/nvim/setup.sh
2022-12-11 17:02:49 +01:00

5 lines
244 B
Bash
Executable file

#!/bin/sh
[ "$(whoami)" != "root" ] && printf "Run me as root.\n" && exit 1
command -v npm > /dev/null && npm i -g bash-language-server || printf "npm not available, won't install bash-language-server\n"
printf "Make sure ccls is installed.\n"