Last active
March 5, 2019 19:47
-
-
Save tiborsaas/18194f5713fc3fc1cb8a0c36aa98d278 to your computer and use it in GitHub Desktop.
Basic apps for my daily needs
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
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VSCode extensions