mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
ci: add shebangs to scripts
This commit is contained in:
parent
4613314b1f
commit
f8bc6c69d7
6 changed files with 17 additions and 12 deletions
4
scripts/ci-install-windows-2022.sh
Normal file → Executable file
4
scripts/ci-install-windows-2022.sh
Normal file → Executable file
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
curl -L https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-win64.zip -o nvim-win64.zip
|
||||
unzip nvim-win64
|
||||
mkdir -p ~/AppData/Local/nvim/pack/nvim-treesitter/start
|
||||
mkdir -p ~/AppData/Local/nvim-data
|
||||
cp -r $(pwd) ~/AppData/Local/nvim/pack/nvim-treesitter/start
|
||||
cp -r "$PWD" ~/AppData/Local/nvim/pack/nvim-treesitter/start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue