Last active
October 27, 2022 06:43
-
-
Save vazgen6/ba8400ffa2beb517ed69d847e77069fb to your computer and use it in GitHub Desktop.
setup windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# common | |
choco install googlechrome | |
choco install brave | |
choco install firefox | |
choco install thunderbird | |
choco install tor-browser | |
choco install 7zip.install | |
choco install sharex | |
# dev | |
choco install nodejs-lts | |
choco install git | |
choco install vscode | |
choco install curl | |
choco install postman | |
choco install nmap | |
choco install awscli | |
choco install azure-cli | |
choco install kubernetes-cli | |
choco install terraform | |
choco install vim | |
# meetings & messaging | |
choco install telegram | |
choco install slack | |
choco install zoom | |
choco install skype | |
choco install microsoft-teams.install | |
# multimedia | |
choco install spotify | |
choco install ffmpeg | |
choco install vlc | |
choco install acestream | |
choco install youtube-dl | |
# graphics | |
choco install gimp | |
choco install inkscape |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment