Last active
August 29, 2015 14:01
-
-
Save beakr/36916ee6e9d075531b17 to your computer and use it in GitHub Desktop.
Batch script for installing various Chocolatey packages.
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
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Basic apps I use | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Best web browser IMO | |
cinst GoogleChrome | |
:: For calling/contacting people | |
cinst Skype | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Utilities | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Best application for working with zip files, tarballs, and other archives | |
cinst 7zip | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Developer tools | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: GNU compilers and tools for DOS | |
cinst mingw | |
:: GNU make for Makefile build scripts ported to DOS | |
cinst make | |
:: GNU wget for fetching files on the internet and such | |
cinst wget | |
:: Amazing UNIX editor that can be used for an extremely advanced editor or | |
:: for casual edits. Sublime Text and Notepad++ are good if you like GUI | |
:: text editors too. | |
cinst vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment