Skip to content

Instantly share code, notes, and snippets.

@rscircus
Forked from kasuken/devmachine.ps1
Created August 3, 2022 10:38
Show Gist options
  • Save rscircus/5d6ec2677701f29457781c9ad56519e7 to your computer and use it in GitHub Desktop.
Save rscircus/5d6ec2677701f29457781c9ad56519e7 to your computer and use it in GitHub Desktop.
Tools and software for my workstations and laptops. Windows 11 version.
#####################
# 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