Benjamin Lupton's Sublime Text Settings
See ./Packages
for the listing of packages that these settings enable.
- Install the Monaco font - unix, windows
- Install the [Source Code Pro]https://github.com/adobe/source-code-pro) font
- Ubuntu:
cd ~/.config/sublime-text-3
- OSX:
cd ~/Library/Application\ Support/Sublime\ Text\ 3/
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
- XP:
cd 'Application Data/Sublime Text 3'
- 7+:
cd 'AppData/Roaming/Sublime Text 3'
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
Ensure the submodules are the latest with:
./update.sh
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.