Last active
July 29, 2021 06:29
-
-
Save taimursaeed/ea66176ee92717ac31650255a382bcd4 to your computer and use it in GitHub Desktop.
Programs from chocolatey for initial windows setup
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
:: Run in Command Prompt (cmd.exe) [admin mode] | |
:: This script will install both the Chocolately .exe file and add the | |
:: choco command to your PATH variable | |
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
choco upgrade -y chocolatey | |
choco install -y googlechrome | |
choco install -y firefox | |
choco install -y figma | |
choco install -y zeplin | |
choco install -y adobe-creative-cloud | |
choco install -y notepadplusplus | |
choco install -y visualstudiocode | |
choco install -y visualstudio2019community | |
choco install -y postman | |
choco install -y github-desktop | |
choco install -y nodejs | |
choco install -y python | |
choco install -y git.install | |
choco install -y git-fork | |
choco install -y beyondcompare | |
choco install -y lightshot | |
choco install -y 7zip.install | |
choco install -y skype | |
choco install -y slack | |
choco install -y microsoft-teams | |
choco install -y fontbase | |
choco install -y mpc-be | |
choco install -y 7-taskbar-tweaker | |
choco install -y qbittorrent | |
choco install -y autohotkey | |
choco install -y 7-taskbar-tweaker | |
choco install -y anydesk | |
choco install -y google-backup-and-sync | |
choco install -y filezilla | |
choco install -y cpu-z | |
choco install -y equalizerapo | |
choco install -y warp | |
choco install -y everything | |
choco install -y foobar2000 | |
choco install -y irfanview | |
choco install -y hidevolumeosd | |
choco install -y netbalancer | |
choco install -y recuva | |
choco install -y powertoys | |
choco install -y zoom | |
choco install -y obs-studio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment