Created
August 9, 2022 16:21
-
-
Save neckro/924bf05dbb2efeabc0e9fda284a031bb to your computer and use it in GitHub Desktop.
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
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 feature enable -n allowGlobalConfirmation | |
choco feature enable -n useRememberedArgumentsForUpgrades | |
# cli: media utils | |
choco install ffmpeg flac lame | |
# cli: archivers | |
choco install bzip2 gzip 7zip.commandline unrar | |
# cli: unix stuff | |
choco install curl wget openssh sed grep | |
# cli: dev stuff | |
choco install git ag nodejs python3 | |
### Windows essentials | |
## dotnet shit | |
choco install dotnet-5.0-desktopruntime dotnet-6.0-desktopruntime DotNet4.5.2 dotnet4.7.2 dotnetcore3-desktop-runtime dotnetfx vcredist140 vcredist2015 vcredist2017 | |
## administration | |
choco install sysinternals | |
## shells/terminals | |
choco install powershell microsoft-windows-terminal | |
### GUI essentials | |
## archivers | |
choco install winrar 7zip.install | |
## editors | |
choco install vscode sublimetext4 | |
## browsers | |
choco install Firefox GoogleChrome | |
## system administration | |
#choco install bginfo | |
## nice tools | |
choco install wiztree powertoys hxd | |
#choco install powertoys autohotkey.install | |
## usb imaging tools | |
choco install rufus imageusb | |
## dubious tools | |
choco install greenshot bulkrenameutility clonespy dupeguru | |
## viewers | |
choco install sumatrapdf.install fsviewer | |
## windows build tools | |
choco install vcredist2017 cmake | |
## ew, java | |
#choco install jre8 javaruntime | |
## service clients | |
choco install transgui lastpass lastpass-chrome | |
#choco install dropbox | |
### Apps | |
# handy video util shit | |
choco install vlc subtitleedit avidemux handbrake mkvtoolnix makemkv lossless-cut mediainfo mediainfo-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment