- Install dev build: http://www.sublimetext.com/3dev
- cd ~/.config/sublime-text-3/Packages
- git clone git://github.com/wbond/sublime_package_control.git Package\ Control
- git clone https://github.com/martomo/SublimeTextXdebug.git "Xdebug Client"
- git clone -b BH2ST3 git://github.com/facelessuser/BracketHighlighter.git "BracketHighlighter"
- git clone https://github.com/spadgos/sublime-jsdocs
- git clone -b st3 git://github.com/titoBouzout/SideBarEnhancements.git "SideBarEnhancements"
- git clone https://github.com/sergeche/emmet-sublime.git Emmet
- git clone https://github.com/bgreenlee/sublime-github
- wget https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.6+st3.tar.gz tar xfvz v2.0.6+st3.tar.gz -C ./ mv SublimeCodeIntel-2.0.6-st3 SublimeCodeIntel
- git clone https://github.com/dzhibas/SublimePrettyJson.git
- git clone https://github.com/srusskih/SublimeJEDI.git SublimeJEDI
- git clone https://github.com/akalongman/sublimetext-codeformatter
sudo pear install PHP_Beautifier-0.1.15 --alldeps
sudo vim /usr/bin/php_beautifier
# line 52
# error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);
Refs: http://www.henriquebarroso.com/my-top-10sublime-2-plugins/