Posts Tagged ‘textmate’
For those who are curious about how is my mac hackintosh setup. Here is I uploaded some good pictures of mine.
For motherboard, I can’t clearly shot it. My camera lost focus when it is too close.
I usually use my second monitor at right side to code using textmate and use the main monitor to open the browser. There is no specific reason, but I must say that color quality of SyncMaster 931BW is much better than the other one, SyncMaster 732NW.
I feel comfort while working like this.

I use textmate as my main php editor for mac. Once you get used with it, it will increase your productivity. Unfortunately, textmate doesn’t work with php very well out of the box. You must configure it and use the custom php bundle.
Here is how to get the custom bundle.
1) Open terminal
2) Execute the following commands:
mkdir -p /Library/Application\ Support/TextMate/Bundles |
cd /Library/Application\ Support/TextMate/Bundles |
svn co http://svn.textmate.org/trunk/Bundles/PHP.tmbundle |
If you have textmate running, try to reload the bundle. You will see a new PHP bundle.
