doom-neovim / doom-nvim

A Neovim configuration for the advanced martian hacker
GNU General Public License v2.0
1k stars 108 forks source link

refactor(tools/install.sh): remove `declare` bashisms, set to executable #434

Open mjholub opened 8 months ago

mjholub commented 8 months ago

I had an issue running the script as per instructions in README, but changing it to executable made the shebang actually evaluated. I'm using Alpine with login shell set to fish and apparently ash/fish is not recognizing #/usr/bin/env bash unless you run the scripts as executables instead of using a pipe.