Skip to content

Instantly share code, notes, and snippets.

@tiborsaas
Last active March 5, 2019 19:47
Show Gist options
  • Save tiborsaas/18194f5713fc3fc1cb8a0c36aa98d278 to your computer and use it in GitHub Desktop.
Save tiborsaas/18194f5713fc3fc1cb8a0c36aa98d278 to your computer and use it in GitHub Desktop.
Basic apps for my daily needs
# Install stuff for windows
# First install chocolatey from here:
# https://chocolatey.org/docs/installation
# Dev
choco install git
choco install nodejs
choco install go
choco install python
choco install vscode
choco install mariadb
choco install processing
# Media
choco install dropbox
choco install vlc
choco install irfanview
choco install irfanviewplugins
choco install licecap
choco install qbittorrent
choco install lamexp
# Utils CLI
choco install cmder
choco install wget
choco install curl
choco install loc
choco install youtube-dl
choco install ffmpeg
choco install zip
choco install unzip
# Utils GUI
choco install putty
choco install ccleaner
choco install totalcommander
choco install keepass
# Global NPM
npm install -g caniuse-cli
npm install -g parcel-bundler
@tiborsaas
Copy link
Author

tiborsaas commented Jul 9, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment