Skip to content

Instantly share code, notes, and snippets.

@waloriju
Last active December 19, 2015 09:59
Show Gist options
  • Save waloriju/5936605 to your computer and use it in GitHub Desktop.
Save waloriju/5936605 to your computer and use it in GitHub Desktop.
Sublime-Text 2

Run: Sublime-Text 2

curl -ks https://gist.github.com/waloriju/5936605/raw/run.sh | bash -
#!/bin/bash
sudo add-apt-repository -y ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install -y sublime-text
cat << EOF > ~/.config/sublime-text-2/Packages/User/Preferences.sublime-settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"font_face": "Inconsolata-dz for Powerline",
"font_size": 12.0,
"highlight_line": true,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment