Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Created May 4, 2015 07:51
Show Gist options
  • Save ishu3101/7398fc39b0d5b1813c7d to your computer and use it in GitHub Desktop.
Save ishu3101/7398fc39b0d5b1813c7d to your computer and use it in GitHub Desktop.
Setup Windows Development Environment using scoop (A command-line installer for Windows). See http://scoop.sh/ for more information.
# utils
scoop install 7zip curl sudo git openssh coreutils grep sed less wget vim
# install programming languages to all users
scoop install python27 python ruby ruby19 go nodejs php --global
# make these available to system processes
sudo scoop install git ruby postgres --global
# just for me
scoop install
# command prompt theme
scoop install concfg
concfg import solarized small
# git style theme
scoop install pshazz
scoop reset ruby
scoop bucket add extras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment