removed v
This commit is contained in:
parent
e589656a92
commit
3c39ae4b82
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where bundler.bat >nul 2>nul
|
||||||
|
if errorlevel 1 call gem install bundler
|
||||||
|
call bundler.bat %*
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where cargo.exe 2>nul >nul
|
||||||
|
if errorlevel 1 call scoop install rust & call %~dp0\v-choco-refreshenv
|
||||||
|
cargo.exe %*
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where gem.cmd >nul 2>nul
|
||||||
|
if errorlevel 1 call choco install ruby -y & call %~dp0\v-choco-refreshenv
|
||||||
|
call gem.cmd %*
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where ghc.exe >nul 2>nul
|
||||||
|
if errorlevel 1 call choco install ghc -y & call %~dp0\v-choco-refreshenv
|
||||||
|
ghc.exe %*
|
|
@ -1,4 +1,4 @@
|
||||||
@echo off
|
@echo off
|
||||||
where ghci.exe >nul 2>nul
|
where ghci.exe >nul 2>nul
|
||||||
if errorlevel 1 call v-choco install ghc -y & call %~dp0\v-choco-refreshenv
|
if errorlevel 1 call v-choco install ghc -y & call %~dp0\v-choco-refreshenv
|
||||||
ghci %*
|
ghci.exe %*
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where ruby.exe >nul 2>nul
|
||||||
|
if errorlevel 1 call choco install ruby -y & call %~dp0\v-choco-refreshenv
|
||||||
|
irb.bat %*
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where node.exe >nul 2>nul
|
||||||
|
if errorlevel 1 call choco install nodejs -y & call %~dp0\v-choco-refreshenv
|
||||||
|
call node.exe %*
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where npm.cmd >nul 2>nul
|
||||||
|
if errorlevel 1 call choco install nodejs -y & call %~dp0\v-choco-refreshenv
|
||||||
|
call npm.cmd %*
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where qemu-system-x86_64.exe 2>nul >nul
|
||||||
|
if errorlevel 1 call scoop install qemu & call %~dp0\v-choco-refreshenv
|
||||||
|
%userprofile%\scoop\apps\qemu\6.2.0\qemu-system-x86_64.exe %*
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where ruby.exe >nul 2>nul
|
||||||
|
if errorlevel 1 call choco install ruby -y & call %~dp0\v-choco-refreshenv
|
||||||
|
ruby.exe %*
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where rubyw.exe >nul 2>nul
|
||||||
|
if errorlevel 1 call choco install ruby -y & call %~dp0\v-choco-refreshenv
|
||||||
|
rubyw.exe %*
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
where runghc.exe >nul 2>nul
|
||||||
|
if errorlevel 1 call choco install ghc -y & call %~dp0\v-choco-refreshenv
|
||||||
|
runghc.exe %*
|
|
@ -1,4 +1,4 @@
|
||||||
@echo off
|
@echo off
|
||||||
where scoop 2>nul >nul
|
where scoop.cmd 2>nul >nul
|
||||||
if errorlevel 1 powershell -c "Set-ExecutionPolicy RemoteSigned -scope CurrentUser; Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')"
|
if errorlevel 1 powershell -c "Set-ExecutionPolicy RemoteSigned -scope CurrentUser; Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')"
|
||||||
call scoop %*
|
call scoop.cmd %*
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where bundler >nul 2>nul
|
|
||||||
if errorlevel 1 call v-gem install bundler
|
|
||||||
call bundler %*
|
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where cargo.exe 2>nul >nul
|
|
||||||
if errorlevel 1 call v-scoop install rust & call %~dp0\v-choco-refreshenv
|
|
||||||
cargo.exe %*
|
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where gem >nul 2>nul
|
|
||||||
if errorlevel 1 call v-choco install ruby -y & call %~dp0\v-choco-refreshenv
|
|
||||||
call gem %*
|
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where ghc.exe >nul 2>nul
|
|
||||||
if errorlevel 1 call v-choco install ghc -y & call %~dp0\v-choco-refreshenv
|
|
||||||
ghc %*
|
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where irb >nul 2>nul
|
|
||||||
if errorlevel 1 call v-choco install ruby -y & call %~dp0\v-choco-refreshenv
|
|
||||||
irb %*
|
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where npm >nul 2>nul
|
|
||||||
if errorlevel 1 call v-choco install nodejs -y & call %~dp0\v-choco-refreshenv
|
|
||||||
call node %*
|
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where npm >nul 2>nul
|
|
||||||
if errorlevel 1 call v-choco install nodejs -y & call %~dp0\v-choco-refreshenv
|
|
||||||
call npm %*
|
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where qemu-system-x86_64.exe 2>nul >nul
|
|
||||||
if errorlevel 1 call v-scoop install qemu & call %~dp0\v-choco-refreshenv
|
|
||||||
%userprofile%\scoop\apps\qemu\6.2.0\qemu-system-x86_64.exe %*
|
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where ruby.exe >nul 2>nul
|
|
||||||
if errorlevel 1 call v-choco install ruby -y & call %~dp0\v-choco-refreshenv
|
|
||||||
ruby %*
|
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where rubyw >nul 2>nul
|
|
||||||
if errorlevel 1 call v-choco install ruby -y & call %~dp0\v-choco-refreshenv
|
|
||||||
rubyw %*
|
|
|
@ -1,4 +0,0 @@
|
||||||
@echo off
|
|
||||||
where runghc.exe >nul 2>nul
|
|
||||||
if errorlevel 1 call v-choco install ghc -y & call %~dp0\v-choco-refreshenv
|
|
||||||
runghc %*
|
|
Loading…
Reference in New Issue