Created
December 22, 2021 09:47
-
-
Save kiwimato/8390751083aa0e087de7e84a8d392fc0 to your computer and use it in GitHub Desktop.
My basic chocolatey powershell script for windowsy stuff
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
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