Skip to content

Instantly share code, notes, and snippets.

@sidneyspe
Last active October 25, 2024 11:52
Show Gist options
  • Save sidneyspe/6bf283e8cd1330835d3e9303214784f3 to your computer and use it in GitHub Desktop.
Save sidneyspe/6bf283e8cd1330835d3e9303214784f3 to your computer and use it in GitHub Desktop.
Chocolatey
Set-ExecutionPolicy AllSigned
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y nodejs-lts openjdk11 git python3 mingw winrar zoom teamviewer irfanview dbeaver mongodb-compass postman lsd flameshot sublimetext4 docker-cli vscode
@sidneyspe
Copy link
Author

sidneyspe commented Dec 18, 2021

brew install nodejs openjdk@11 git python3 dbeaver-community mingw-w64 mongodb-compass postman lsd asdf figma docker htop gotop zsh flameshot visual-studio-code hyper notion zinit

@sidneyspe
Copy link
Author

homebrew fix upgrade:

sudo chown -R "$USER":admin /usr/local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment