Skip to content

Instantly share code, notes, and snippets.

@chrisjacob
Created August 12, 2011 05:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save chrisjacob/1141529 to your computer and use it in GitHub Desktop.
My TextMate setup from clean install.

Work in progress...

Download textmate:
http://macromates.com/

Copy into Application folder and Dock.

Register (search GMail for "TextMate" key)

Owner name: Chris Jacob

Preferences > Advanced >
File Pattern:
!(/.(?!(htaccess|gitignore|rvmrc|gems|bundle))[^/]*|.(tmproj|o|pyc)|/Icon\r|/svn-commit(.[2-9])?.tmp)$

Download and Install "PeepOpen":
https://peepcode.com/products/peepopen

Download and Install RailsCasts Textmate Theme:
https://github.com/ryanb/textmate-themes

Read:
http://hivelogic.com/articles/top-10-programming-fonts/
and
http://hivelogic.com/articles/anonymous-pro-programming-monospace-font/

Then download and install:

Inconsolata
http://www.levien.com/type/myfonts/inconsolata.html

Anonymous Pro
http://www.ms-studio.com/FontSales/anonymouspro.html

Set Terminal and Textmate to Anonymous Pro. Increase font size to 14 or 16.

ProjectPlus Plugin: http://ciaranwal.sh/projectplus

Using THIS fork:
https://github.com/markhuot/projectplus

How to Compile a Plugin from Source:
http://textmateuser.com/how-to-compile-a-plugin-from-source/

  1. Download ZIP from GitHub.
  2. cd into dir
  3. xcodebuild -project ProjectPlus.xcodeproj/
  4. Should get a build success
  5. cd build/Release/
  6. In Finder double click onProjectPlus.tmplugin to install.

MAMP:

File > Edit Template > PHP 5.2.xx php.ini

Set:
magic_quotes_gpc = Off
memory_limit = 128M

File > Edit Template > PHP 5.3.xx php.ini

Set:
memory_limit = 128M

TEXTMATE:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment