/dev/alias's Sublime Text 2 Settings
- Packages
- Alignment for easy aligning of variables
- Gist for Gist support
- GitGutter for inline git visuals
- MarkdownEditing for awesome visual markdown editing (like byword and iawriter)
- SublimeLinter for inline linting
- Emmet (aka Zen Coding) the essential toolkit for web-developers
- TODO: Add the rest here
- My keymaps, snippets and preferences
- Install Sublime Text 2
- Install Sublime Package Control
- Proceed with cloning this repo as follows..
- OSX:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User
rm *.sublime-settings
git init
git remote add origin https://github.com/alias1/sublime-settings.git
git pull origin master --force
- XP:
cd 'Application Data/Sublime Text 2/Packages/User'
- 7+:
cd 'AppData/Roaming/Sublime Text 2/Packages/User'
- Portable:
cd 'SublimeText2/Data/Packages/User'
rm *.sublime-settings
git init
git remote add origin https://github.com/alias1/sublime-settings.git
git fetch origin
git checkout windows
- 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.