Backup of my own Sublime Text 3 settings.
This repo allows you to quickly install a fully configured Sublime Text 3 with:
- the awesome Package Control
- the AfterGlow theme
- useful packages for web development
- a custom keymap
- custom preferences
- custom builds
cd %APPDATA%/Sublime Text 3
git init
git remote add origin https://github.com/zessx/st3-settings.git
git fetch
git checkout -t origin/master
cd ~/.config/sublime-text-3
git init
git remote add origin https://github.com/zessx/st3-settings.git
git fetch
git checkout -t origin/master
cd ~/Library/Application Support/Sublime Text 3
git init
git remote add origin https://github.com/zessx/st3-settings.git
git fetch
git checkout -t origin/master