Skip to content

Example Setup Scripts

Luke Sampson edited this page Sep 25, 2013 · 6 revisions

Here are some example 'get-all-my-stuff' scripts.

It's assumed that you have Powershell 3 and you've already installed Scoop, e.g.

iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
set-executionpolicy unrestricted -s cu

Example dev environment setup

# core utilities
scoop install 7zip curl sudo git openssh coreutils grep

# programming languages
scoop install python ruby go nodejs

# WAMP stack
scoop install apache mariadb php
iex (new-object net.webclient).downloadstring('https://gist.github.com/lukesampson/6546858/raw/apache-php-init.ps1')

# console theme
scoop install concfg pshazz
concfg import solarized small

Example production environment setup

scoop install sudo 7zip

# make these available to system processes
sudo scoop install git ruby postgres --global

# just for me
scoop install grep coreutils