This is my Sublime Text 3 configuration and list of installed packages with their respective links.
Mac OSX
- Install Package Control using link below.
- Paste
Package Control.sublime-settings
file into[root]/Library/Application Support/Sublime Text 3/Packages/User/
folder. - Re-open Sublime Text 3. Package Control should start installing packages from the list.
- Paste
Preferences.sublime-settings
file into[root]/Library/Application Support/Sublime Text 3/Packages/User/
folder. - Re-open Sublime Text 3 again. All packages should be installed and Sublime Text 3 should be configured based on config file. You are ready to write a code. :)
Use instructions for Sublime Text 3 to install Package Control.
You can add custom icon for Sublime Text 3 here.
Install the subl
command line tool. Open Terminal and run this (Assuming ~/bin
is in your path):
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl