Skip to content

Instantly share code, notes, and snippets.

Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions
Enable-RemoteDesktop
cinst fiddler
cinst googlechrome
cinst firefox
cinst safari
cinst itunes
###################### To Run ######################
# START http://boxstarter.org/package/url?https://gist.github.com/danhively/8309270/raw/9dcab319af7a95342eb75581da46394c2fb16a9f/BoxStarter.Clean.Dev
###################### Windows ######################
Install-WindowsUpdate -AcceptEula
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
Set-ExecutionPolicy Unrestricted -Force
Move-LibraryDirectory "Personal" "$env:UserProfile\skydrive\documents"
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
# Text Editors
#cinst notepad2
cinst notepadplusplus
# ==========================================================================
#
# Script Name: Install-Programs.ps1
#
# Author: Andy Parkhill
#
# Date Created: 27/03/2014
#
# Description: A simple environment setup script for my personal laptop.
#
#
# _ _ _ _ __ _
# (_)_ __ ___| |_ __ _| | |/ _| ___ ___| |_
# | | '_ \/ __| __/ _` | | | |_ / _ \/ __| __|
# | | | | \__ \ || (_| | | | _| __/\__ \ |_
# |_|_| |_|___/\__\__,_|_|_|_| \___||___/\__|
#
# Installfest Script for development on a Mac
#
# Author: Phillip Lamplugh, GA Instructor (2014)

Mac OS X 10.10 Yosemite

Custom recipe to get OS X 10.10 Yosemite running from scratch, setup applications and developer environment.

Prep

Install xCode

# Inspiration http://lapwinglabs.com/blog/hacker-guide-to-setting-up-your-mac && http://fredkelly.net/articles/2014/10/19/developing_on_yosemite.html
#Create alias
alias upgrade='sudo softwareupdate --install --all --list'
#Enable repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
#Show Path bar in Finder
defaults write com.apple.finder ShowPathbar -bool true
@danhively
danhively / HD.txt
Last active August 29, 2015 14:08 — forked from tony0x59/HD.txt
http://devstreaming.apple.com/videos/wwdc/2014/403xxksrj0qs8c0/403/403_hd_intermediate_swift.mov
http://devstreaming.apple.com/videos/wwdc/2014/419xxli6f60a6bs/419/419_hd_advanced_graphics_and_animation_performance.mov
http://devstreaming.apple.com/videos/wwdc/2014/101xx36lr6smzjo/101/101_hd.mov
http://devstreaming.apple.com/videos/wwdc/2014/236xxwk3fv82sx2/236/236_hd_building_interruptible_and_responsive_interactions.mov
http://devstreaming.apple.com/videos/wwdc/2014/306xxjtg7uz13v0/306/306_hd_javascript_for_automation.mov
http://devstreaming.apple.com/videos/wwdc/2014/404xxdxsstkaqjb/404/404_hd_advanced_swift.mov
http://devstreaming.apple.com/videos/wwdc/2014/701xx8n8ca3aq4j/701/701_hd_designing_accessories_for_ios_and_os_x.mov
http://devstreaming.apple.com/videos/wwdc/2014/224xxxlsvigdoc0/224/224_hd_core_os_ios_application_architectural_patterns.mov
http://devstreaming.apple.com/videos/wwdc/2014/717xxux5eg6f9v4/717/717_hd_kids_and_apps.mov
http://devstreaming.apple.com/videos/wwdc/2014/716xx8q4shlqcp8/716/
// these code can simply get wwdc2014 videos and pdfs get it into the download tools
// https://developer.apple.com/videos/wwdc/2014/
// paset it in chrome or safrari
var hds = sds = pdfs = [];
function model_session() {
var tmp = {
title:"",
hd : "",
sd : "",
# Inspiration http://lapwinglabs.com/blog/hacker-guide-to-setting-up-your-mac && http://fredkelly.net/articles/2014/10/19/developing_on_yosemite.html
#Create alias
alias upgrade='sudo softwareupdate --install --all --list'
#Enable repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
#Show Path bar in Finder
defaults write com.apple.finder ShowPathbar -bool true