Some OSX Tips/Tricks
To open files from the command prompt via TextMate, setup an alias in your .bash_profile. vi ~/.bash_profile add the following: alias mate=’open -a TextMate.app’ Commit your changes: type: escape, wq, enter Install Brew /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" Install Git brew install git Install MySQL [...]
continue reading 0 Comments