https://github.com/jongiddy/sublime-settings
Personal settings for Sublime Text 3
https://github.com/jongiddy/sublime-settings
Last synced: 4 months ago
JSON representation
Personal settings for Sublime Text 3
- Host: GitHub
- URL: https://github.com/jongiddy/sublime-settings
- Owner: jongiddy
- Created: 2014-10-28T09:17:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T05:55:06.000Z (over 3 years ago)
- Last Synced: 2025-01-06T09:46:12.796Z (5 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sublime-settings
Personal settings for Sublime Text 3
1. Click `Preferences / Browse Packages...` to find path to SublimeText packages.
2. Open a terminal and change to the same directory.
3. Run `git clone https://github.com/jongiddy/sublime-settings.git`.
4. Copy the contents of directory `sublime-settings` to directory `User`.
5. Add Package Control, using the instructions at
6. Add the following packages by `Ctrl`-`Shift`-`P` `Package Control: Install Package`## Installed Packages
### General Purpose
- Fmt
- GitHubinator
- OmniMarkupPreviewer - markup rendering (Ctrl-Alt-O render in browser)
- Print to HTML
- SideBarEnhancements - file management
- UnitTestingpreviously:
- AutoFileName - provide auto-completion of filenames
- Compressor - open compressed files
- Floobits - shared editing
- Modific - Version Control interaction (Ctrl-Alt-D diff, Ctrl-Alt-R revert)### Language-specific
- Anaconda (Python)
- Dockerfile Syntax Highlighting
- Ginkgo Completions
- JSON Reindent
- PowerShell
- Rust Enhanced
- TOMLpreviously:
- Monokai JSON+
- orgmode
- Puppet
- RestructuredText Improved