Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huntie/sublime
Personal Sublime Text 3 configuration
https://github.com/huntie/sublime
gruvbox sublime sublime-settings
Last synced: about 1 month ago
JSON representation
Personal Sublime Text 3 configuration
- Host: GitHub
- URL: https://github.com/huntie/sublime
- Owner: huntie
- License: gpl-3.0
- Created: 2015-03-04T16:11:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T12:27:32.000Z (about 4 years ago)
- Last Synced: 2024-10-30T09:03:27.947Z (3 months ago)
- Topics: gruvbox, sublime, sublime-settings
- Size: 1.75 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sublime Text configuration
Personal key mappings, packages, snippets and preferences for [Sublime Text 3](http://www.sublimetext.com/).
![Open file in customised editor with expanded find panel](./screenshot.png)
Typeface pictured: [Native](https://fortfoundry.com/products/native) by Fort Foundry. [Source Code Pro](https://fonts.google.com/specimen/Source+Code+Pro) is a close substitute.**Theme**: [Boxy](https://packagecontrol.io/packages/Boxy%20Theme)
**Colour scheme**: [gruvbox](https://github.com/morhetz/gruvbox)#### Plugins
Plugin dependencies are listed in `Package Control.sublime-settings`. Most individual plugin settings are defined in corresponding `.sublime-settings` files.
#### Preferences
Core editor settings, including theme options, are defined in `Preferences.sublime-settings`. Some options are overridden by platform using [PlatformSettings](https://packagecontrol.io/packages/PlatformSettings).
Additional file type associations are set in separate `.sublime-settings` files.
#### Key mappings
These are defined per-platform in each `Default ().sublime-keymap` file.
#### Build systems
Additional generic build systems are defined under `Builds/`.
## Installation
Place contents under your local Sublime Text `Packages/User/` directory and restart Sublime. Alternatively, sync settings from a local folder using [Package Syncing](https://packagecontrol.io/packages/Package%20Syncing), which is awesome for maintaining the same configuration over multiple devices.