Skip to content

Instantly share code, notes, and snippets.

View inverse's full-sized avatar

Malachi Soord inverse

View GitHub Profile
@inverse
inverse / gist:ba737bd592eb5209b8c5
Last active August 29, 2015 14:15 — forked from shanselman/gist:969e190dcb21d9814c57
My Boxstarter config
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst 7zip
cinst 7zip.install
cinst AdobeAIR
cinst adobereader
cinst DotNet4.5.1
cinst filezilla
cinst git
@inverse
inverse / build.xml
Last active January 4, 2016 06:59
Basic CodeIgniter deployment using Mercurial via SSH.
<project name="deploy" default="help" basedir=".">
<!--
Required properties:
Repo to pull from
- repo
Location to deploy too
- deploy.location