mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
bin: add .sh to scripts that aren't meant to be used as bins
This commit is contained in:
parent
0d4e9941a2
commit
ec4d3c6e89
3 changed files with 0 additions and 0 deletions
5
bin/npm-install-globals.sh
Executable file
5
bin/npm-install-globals.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
exec bun install -g \
|
||||
vscode-langservers-extracted yaml-language-server \
|
||||
typescript typescript-language-server \
|
||||
elm elm-test elm-format @elm-tooling/elm-language-server elm-tooling elm-review
|
||||
Loading…
Add table
Add a link
Reference in a new issue