-
-
Save rscircus/5d6ec2677701f29457781c9ad56519e7 to your computer and use it in GitHub Desktop.
Tools and software for my workstations and laptops. Windows 11 version.
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
##################### | |
# SOFTWARE | |
##################### | |
# Console | |
cinst poshgit | |
# 7Zip | |
cinst 7zip.install -y | |
# Some browsers | |
cinst GoogleChrome -y | |
cinst firefox -y | |
cinst firefox-dev --pre -y | |
cinst microsoft-edge -y | |
cinst microsoft-edge-insider -y | |
cinst microsoft-edge-insider-dev -y | |
# Geek tools | |
cinst obs-studio -y | |
cinst obs-ndi -y | |
# Dev Tools | |
cinst git.install -y | |
cinst nvm -y | |
cinst cascadiacode -y | |
cinst vscode -y | |
cinst vscode-insiders -y | |
cinst github-desktop -y | |
cinst postman -y | |
cinst fiddler -y | |
cinst teamviewer -y | |
# Messaging | |
cinst discord -y | |
cinst microsoft-teams -y | |
cinst telegram -y | |
cinst skype -y | |
# Tools | |
cinst foxitreader -y | |
cinst vlc -y | |
cinst rescuetime -y | |
cinst nordvpn -y | |
cinst powertoys -y | |
cinst files -y | |
cinst notion -y | |
# Graphic Tools | |
cinst paint.net -y | |
cinst screentogif -y | |
cinst handbrake -y | |
# Music | |
cinst spotify --ignore-checksums -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment