An open API service indexing awesome lists of open source software.

https://github.com/zessx/st3-settings

Sublime Text 3 Settings
https://github.com/zessx/st3-settings

Last synced: 4 months ago
JSON representation

Sublime Text 3 Settings

Awesome Lists containing this project

README

          

Sublime Text 3 Settings
=======================

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](https://github.com/wbond/sublime_package_control)
- the [AfterGlow](https://github.com/YabataDesign/afterglow-theme) theme
- useful packages for web development
- a custom keymap
- custom preferences
- custom builds

Windows
-------

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

Linux
-----

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

OS X
----

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