Skip to content

anilex/sublime-settings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Benjamin Lupton's Sublime Text 2 Settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published