Skip to content

Instantly share code, notes, and snippets.

@margani
Last active May 31, 2024 20:52
Show Gist options
  • Save margani/70ebcb9a816dfec6aca449796e9b719c to your computer and use it in GitHub Desktop.
Save margani/70ebcb9a816dfec6aca449796e9b719c to your computer and use it in GitHub Desktop.
Essential chocolatey packages #windows #choco #install #apps
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco upgrade -y notepadplusplus
choco upgrade -y 7zip
choco upgrade -y rdcman
choco upgrade -y adobereader
choco upgrade -y vlc
choco upgrade -y filezilla
choco upgrade -y sysinternals
choco upgrade -y putty
choco upgrade -y winscp
choco upgrade -y windirstat
choco upgrade -y vscode
choco upgrade -y git
choco upgrade -y tortoisegit
choco upgrade -y python
choco upgrade -y ditto
choco upgrade -y microsoft-teams
choco upgrade -y powershell-core
choco upgrade -y contextconsole
choco upgrade -y azure-cosmosdb-emulator
choco upgrade -y azurestorageemulator
choco upgrade -y microsoftazurestorageexplorer
choco upgrade -y nvm
choco upgrade -y insomnia-rest-api-client
nvm install 20
nvm use 20
npm install -g yarn
npm install -g np
npm install -g npm-name
npm install -g ndb
npm install -g tldr
npm install -g fkill
npm install -g vtop
npm install -g create-react-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment