What I do after I do a fresh install. Things are sorta grouped by type.
UPDATED for 10.9.
- Turn on TRIM if machine has a non-Apple SSD
| [ | |
| { | |
| "id": "55ddbce6-c84f-4dd6-ad10-f176d4b7a130", | |
| "desc": "Ad Hoc" | |
| }, | |
| { | |
| "id": "7c58914f-e46d-e511-80d8-005056b15743", | |
| "desc": "Default" | |
| }, | |
| { |
What I do after I do a fresh install. Things are sorta grouped by type.
UPDATED for 10.9.
| # Push to local test environment | |
| #!/bin/sh | |
| cd ~/webapps/test_mostly_serious | |
| GIT_DIR='.git' | |
| git pull origin | |
| #&& git reset --hard |