Last active
August 3, 2023 07:30
-
-
Save virgo47/43d0cc15273b37fe52a2fea501b7dad7 to your computer and use it in GitHub Desktop.
Getting up and ready with Windows much faster
This file contains 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
REM First run this in administrator cmd manually: | |
REM @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" | |
REM Then this in newly opened admin cmd: | |
choco config set cacheLocation "c:\ProgramData\Chocolatey\tmp-cache" | |
choco feature enable -n allowEmptyChecksums | |
cinst -y classic-shell | |
cinst -y firefox | |
cinst -y notepad2 | |
cinst -y notepadreplacer -installarguments "/notepad=C:\Progra~1\Notepad2\Notepad2.exe /verysilent" | |
cinst -y TotalCommander | |
cinst -y winmerge | |
cinst -y rapidee | |
cinst -y GoogleChrome | |
cinst -y FoxitReader | |
cinst -y k-litecodecpackfull | |
cinst -y foobar2000 | |
cinst -y gimp | |
cinst -y fsviewer | |
cinst -y imagemagick | |
cinst -y git | |
cinst -y ConEmu | |
cinst -y putty | |
cinst -y winscp | |
cinst -y 7zip.commandline | |
cinst -y unzip | |
cinst -y tortoisesvn | |
cinst -y wget | |
cinst -y jq | |
cinst -y cloc | |
cinst -y vscodium | |
cinst -y virtualbox | |
cinst -y vagrant | |
cinst -y packer | |
cinst -y greenshot | |
cinst -y python3 | |
cinst -y ruby | |
refreshenv | |
pip install --upgrade pip setuptools httpie | |
cinst -y processhacker | |
cinst -y licecap | |
cinst -y nodejs-lts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment