Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 2.31 KB

README.md

File metadata and controls

60 lines (45 loc) · 2.31 KB

Features

Installation

Fonts

  1. Install the Monaco Font - unix, windows
  2. Install the Lato Font

OSX/Linux

  • Ubuntu: cd ~/.config/sublime-text-2
  • OSX: cd ~/Library/Application\ Support/Sublime\ Text\ 2/
rm ./Packages/User/*
git init
git remote add origin https://github.com/balupton/sublime-settings.git
git pull origin master  --force
git submodule init
git submodule update

Windows

  • XP: cd 'Application Data/Sublime Text 2'
  • 7+: cd 'AppData/Roaming/Sublime Text 2'
rm .\Packages\User\*
git init
git remote add origin https://github.com/balupton/sublime-settings.git
git fetch origin
git checkout windows
git submodule init
git submodule update

Suggestion

Instead of doing the above, you'll probably want to fork the repository and use your fork instead of mine. That'll allow you to push your changes back.