Skip to content

Instantly share code, notes, and snippets.

@riccardogiorato
Created September 15, 2019 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riccardogiorato/818345ebeddd9d2e47d6ec6498b9ba61 to your computer and use it in GitHub Desktop.
Save riccardogiorato/818345ebeddd9d2e47d6ec6498b9ba61 to your computer and use it in GitHub Desktop.
chocolatey windows tips
# Automatically install the packages without having to type [Y]es for each one
choco feature enable -n allowGlobalConfirmation
# Utility Softwares
choco install ccleaner vlc ccleaner telegram slack 7zip -y
# Development and Programming stuff
choco install vscode git git-lfs sourcetree nodejs yarn -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment