-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
# 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
scoop install sudo 7zip
# make these available to system processes
sudo scoop install git ruby postgres --global
# just for me
scoop install grep coreutils