Skip to content

Instantly share code, notes, and snippets.

@sharno
Created April 2, 2024 01:11
Show Gist options
  • Save sharno/f4557f5d3745bd07b6e4d5c5e1caadbc to your computer and use it in GitHub Desktop.
Save sharno/f4557f5d3745bd07b6e4d5c5e1caadbc to your computer and use it in GitHub Desktop.
Install tools I use on a new windows machine
scoop bucket add main
scoop bucket add java
scoop bucket add extras
scoop install main/git
scoop install main/7zip
scoop install main/python
scoop install main/nodejs-lts
scoop install main/go
scoop install java/corretto17-jdk
scoop install main/pwsh
scoop install extras/vscode
scoop install extras/windows-terminal
scoop install extras/sumatrapdf
scoop install extras/smplayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment