Skip to content

Instantly share code, notes, and snippets.

@landonlewis
landonlewis / gist:12439c8bd2a92f1df7e2
Created December 23, 2015 19:52
Get template categories: /api/templates/templateCategories/1
[
{
"id": "55ddbce6-c84f-4dd6-ad10-f176d4b7a130",
"desc": "Ad Hoc"
},
{
"id": "7c58914f-e46d-e511-80d8-005056b15743",
"desc": "Default"
},
{
@landonlewis
landonlewis / install.markdown
Last active November 1, 2018 16:24 — forked from soffes/install.markdown
New Machine Setup

New Machine

What I do after I do a fresh install. Things are sorta grouped by type.

UPDATED for 10.9.

First Things First

  1. Turn on TRIM if machine has a non-Apple SSD
# Push to local test environment
#!/bin/sh
cd ~/webapps/test_mostly_serious
GIT_DIR='.git'
git pull origin
#&& git reset --hard

Basics

  • Move to beginning of line: ctrl + E
  • Move to end of line: ctrl + A