Skip to content

Instantly share code, notes, and snippets.

@kiwimato
Created December 22, 2021 09:47
Show Gist options
  • Save kiwimato/8390751083aa0e087de7e84a8d392fc0 to your computer and use it in GitHub Desktop.
Save kiwimato/8390751083aa0e087de7e84a8d392fc0 to your computer and use it in GitHub Desktop.
My basic chocolatey powershell script for windowsy stuff
ECHO Installing apps
ECHO Configure chocolatey
choco feature enable -n allowGlobalConfirmation
# Browsers
cinst google-chrome-x64
cinst vivaldi
cinst keybase
cinst 7zip
cinst f.lux
cinst lightshot
cinst putty
cinst steam
cinst signal
cinst notepadplusplus
cinst dropbox
# Devops
cinst sysinternals
cinst nmap
cinst ilspy
cinst winscp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment