Last active
November 26, 2021 02:35
-
-
Save punkmonday/778b25373a3842a36e2ff8b129afb5ed to your computer and use it in GitHub Desktop.
使用scoop安装java所需开发环境
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 使用scoop安装java所需开发环境 | |
$Env:HTTP_PROXY = "http://127.0.0.1:8889" | |
$Env:HTTPS_PROXY = "http://127.0.0.1:8889" | |
scoop | |
if (!$?) { | |
Set-ExecutionPolicy RemoteSigned -scope CurrentUser | |
iwr -useb get.scoop.sh | iex | |
} | |
scoop bucket add java | |
scoop bucket add extras | |
scoop update | |
scoop install 7zip sudo git maven idea vscode curl wget nodejs-lts gow python typora postman vim neovim dbeaver windows-terminal | |
scoop install openjdk8-redhat mobaxterm anaconda3 apache autohotkey baretail cacert dark fzf vifm wget yarn | |
scoop install go helm innounp kubectl lessmsi lxrunoffline mariadb minikube pandoc redis serverless tldr z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment