Here's what I do after I do a fresh install of Mountain Lion. Things are sorta grouped by type.
- Run Software Update
- Start downloading XCode from the App Store
- Enable mouse right click
- Turn up mouse & trackpad tracking
| survey@lisa-survey:~$ make start | |
| Stopping all previous services | |
| for app in `find apps/* | grep Makefile | sed 's#/Makefile##g'`; do \ | |
| echo "Stopping app from $app"; \ | |
| make -C $app uwsgi_stop; \ | |
| done | |
| Stopping app from apps/1aaff16140e2316980537abf1cbfb4184763d87f/survey/static_media/static/debug_toolbar_htmltidy | |
| make[1]: Entering directory `/home/survey/apps/1aaff16140e2316980537abf1cbfb4184763d87f/survey/static_media/static/debug_toolbar_htmltidy' | |
| make[1]: *** No rule to make target `uwsgi_stop'. Stop. | |
| make[1]: Leaving directory `/home/survey/apps/1aaff16140e2316980537abf1cbfb4184763d87f/survey/static_media/static/debug_toolbar_htmltidy' |
| # xcode specific | |
| build/* | |
| *.pbxuser | |
| !default.pbxuser | |
| *.mode1v3 | |
| !default.mode1v3 | |
| *.mode2v3 | |
| !default.mode2v3 | |
| *.perspectivev3 | |
| !default.perspectivev3 |