Skip to content

Instantly share code, notes, and snippets.

@punkmonday
Last active November 26, 2021 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save punkmonday/778b25373a3842a36e2ff8b129afb5ed to your computer and use it in GitHub Desktop.
Save punkmonday/778b25373a3842a36e2ff8b129afb5ed to your computer and use it in GitHub Desktop.
使用scoop安装java所需开发环境
# 使用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