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
- Host: GitHub
- URL: https://github.com/zessx/st3-settings
- Owner: zessx
- Created: 2014-10-21T07:02:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T09:56:09.000Z (over 9 years ago)
- Last Synced: 2025-02-26T14:24:12.443Z (over 1 year ago)
- Size: 763 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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