Open terminal
sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text
- Open Sublime Text Console
- ctrl + `
- paste the following
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'
- restart sublime
Preferences -> Package Control -> Install Package
- Alignment
- SFTP
- SideBarEnchancements
- BracketHighlighter
- Sublime Linter
- Preferences -> "User - Settings"
{ // Turn OFF autosave for safer editing "save_on_focus_lost": false, // Things best forgoten "ignored_packages": [ "Vintage", "Theme - Soda" ] }
- Download this repository
- Open a terminal,
cd
to wherever you downloaded the repository to. - Unzip the repository:
unzip REPOSOITORY_NAME.zip
cd
into the repository folder.- Run the Ubuntu Installation Script
./ubuntu_replace_icons
- Ha! Run it as root.
- Open "Package Control: Install Package" from the Sublime quick menu (Command-Shift-P).
- Select the 'Theme - Flatland' option to install Flatland.
- Activate the theme by modifying your user preferences to include the following:
{
"theme": "Flatland Dark.sublime-theme",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme"
}