doom-nvim icon indicating copy to clipboard operation
doom-nvim copied to clipboard

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

Open mjholub opened this issue 1 year ago • 0 comments
trafficstars

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.

mjholub avatar Dec 23 '23 06:12 mjholub