Skip to content

Instantly share code, notes, and snippets.

@khanzzirfan
Last active August 2, 2023 10:50
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 khanzzirfan/affd81cb8b41f0562ad6af5ba669c1df to your computer and use it in GitHub Desktop.
Save khanzzirfan/affd81cb8b41f0562ad6af5ba669c1df to your computer and use it in GitHub Desktop.
Dev Environment setup
# Install script for irfan
# Created 02-08-2023
ECHO Installing apps
ECHO Configure chocolatey
choco feature enable -n allowGlobalConfirmation
# DEV
choco install notepadplusplus
choco install postman
choco install winmerge
choco install vscode
choco install nodejs.install
choco install github
choco install git.install
choco install tortoisegit
choco install python --version=3.9.0
## productivity
choco install conemu
choco install docker-desktop
choco install poshgit
choco install awscli
choco install azure-cli
choco install microsoft-teams
choco install discord
choco install nvm
# DEVOPS
choco install putty
#Misc
choco install 7zip
# Optional
#choco install mongodb
#choco install nugetpackageexplorer
#choco install rdcman
#choco install windowsazurepowershell
# android studo
choco install androidstudio
## browsers
choco install firefoxesr
choco install brave --pre
choco install googlechrome
choco feature disable -n allowGlobalConfirmation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment