Last active
August 29, 2015 14:02
-
-
Save Cameron-C-Chapman/018d9ff3ea9ce65d2d29 to your computer and use it in GitHub Desktop.
A running log of packages I added to my fresh Windows 7 install.
This file contains hidden or 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
# This is not designed to be a script that is ran, it's just a log of what I did in case I need a fresh install again. | |
# Chocolatey packages | |
cinst Sudo | |
cinst avgantivirusfree | |
cinst GoogleChrome | |
cinst Firefox | |
cinst ccleaner | |
cinst flashplayeractivex | |
cinst flashplayerplugin | |
cinst adobereader | |
cinst Silverlight | |
cinst 7zip | |
cinst javaruntime | |
cinst java.jdk | |
cinst greenshot | |
cinst skype | |
cinst libreoffice | |
cinst iTunes | |
cinst spotify | |
cinst evernote | |
cinst steam | |
cinst googleearth | |
cinst dropbox | |
cinst googledrive | |
cinst procexp | |
cinst vlc | |
cinst php | |
cinst mysql | |
cinst SQLite | |
cinst ruby1.9 | |
cinst ruby.devkit.ruby193 | |
cinst python | |
cinst nodejs.install | |
cinst curl | |
cinst Wget | |
cinst git | |
cinst gitextensions | |
cinst Devbox-Common | |
cinst Cygwin | |
cinst cyg-get | |
cinst ConEmu | |
cinst EthanBrown.ConEmuConfig | |
cinst putty | |
cinst filezilla | |
cinst mysql.workbench | |
# IDE's | |
cinst sublimetext2 | |
cinst WebStorm | |
cinst intellijidea-community | |
cinst PyCharm-community | |
# Virtual Box, Vagrant, and a Vagrant-Laravel-Stack requirements | |
cinst virtualbox | |
cinst vagrant | |
gem install berkshelf | |
gem install vagrant-vmware-fusion | |
vagrant plugin install vagrant-berkshelf | |
vagrant plugin install vagrant-hostmanager | |
# Review instructions from https://github.com/MiniCodeMonkey/Vagrant-Laravel-Stack | |
# Node Package Manager commands | |
npm install -g grunt-cli | |
npm install -g bower | |
npm install -g yo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment