Created
February 16, 2014 08:33
-
-
Save billsuxx/9031184 to your computer and use it in GitHub Desktop.
sublime text 3 install + soda theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config: | |
{ | |
"color_scheme": "Packages/User/Espresso Soda.tmTheme", | |
"font_size": 8, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"soda_folder_icons": true, | |
"theme": "Soda Light 3.sublime-theme" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:webupd8team/sublime-text-3 | |
sudo apt-get update | |
sudo apt-get install sublime-text-installer | |
package control: https://sublime.wbond.net/installation | |
cd ~.config/sublime-text-3/Packages/User/ | |
http://buymeasoda.github.com/soda-theme/extras/colour-schemes.zip | |
unzip colour-schemes.zip | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment