Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmyers/sublime-text
My personal Sublime text editor setup
https://github.com/dmyers/sublime-text
sublime-settings sublime-text
Last synced: 17 days ago
JSON representation
My personal Sublime text editor setup
- Host: GitHub
- URL: https://github.com/dmyers/sublime-text
- Owner: dmyers
- Created: 2013-05-25T06:42:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T10:32:30.000Z (over 5 years ago)
- Last Synced: 2024-10-09T09:51:00.715Z (28 days ago)
- Topics: sublime-settings, sublime-text
- Language: Shell
- Homepage:
- Size: 1.57 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sublime Text Setup
My personal setup of [Sublime Text](http://sublimetext.com) packages and preferences.
![Sublime Text 2 screenshot](https://raw.github.com/dmyers/sublime-text/master/screenshot.png)
The font is [Hack](https://github.com/chrissimpkins/Hack). The [`subl` command](http://www.sublimetext.com/docs/2/osx_command_line.html) is used as the CLI editor.
## Setup
```bash
\curl -L https://raw.github.com/dmyers/sublime-text/master/.bootstrap | bash
```## Packages
To install these packages, use [Package Control](https://sublime.wbond.net).
### Themes
* [Material Theme](https://github.com/equinusocio/material-theme)
* [Theme - Flatland](https://github.com/thinkpixellab/flatland)
* [Theme - Soda](https://github.com/buymeasoda/soda-theme)
* [Theme - Spacegray](https://github.com/kkga/spacegray)
* [Tomorrow Color Schemes](https://github.com/theymaybecoders/sublime-tomorrow-theme)### General
* [Alignment](https://github.com/wbond/sublime_alignment)
* [ApplySyntax](https://github.com/facelessuser/ApplySyntax)
* [AutoFileName](https://github.com/BoundInCode/AutoFileName)
* [BracketHighlighter](https://github.com/facelessuser/BracketHighlighter)
* [ColorPicker](https://github.com/weslly/ColorPicker)
* [Dotfiles Syntax Highlighting](https://github.com/mattbanks/dotfiles-syntax-highlighting-st2)
* [GotoDocumentation](https://github.com/kemayo/sublime-text-2-goto-documentation)
* [ProjectManager](https://github.com/randy3k/ProjectManager)
* [SyncedSideBar](https://github.com/sobstel/SyncedSideBar)
* [TerminalView](https://github.com/Wramberg/TerminalView)### Coding
* [BeautifyRuby](https://github.com/CraigWilliams/BeautifyRuby)
* [Blade Snippets](https://github.com/dev4dev/blade-snippets)
* [Bootstrap 3 Snippets](https://github.com/JasonMortonNZ/bs3-sublime-plugin)
* [CTags](https://github.com/SublimeText/CTags)
* [DocBlockr](https://github.com/spadgos/sublime-jsdocs)
* [Docker](https://github.com/asbjornenge/Docker.tmbundle)
* [EditorConfig](https://github.com/sindresorhus/editorconfig-sublime)
* [Emmet](https://github.com/sergeche/emmet-sublime)
* [GitGutter](https://github.com/jisaacks/GitGutter)
* [Gist](https://github.com/condemil/Gist)
* [Handlebars](https://github.com/daaain/Handlebars)
* [JS Beautify](https://github.com/enginespot/js-beautify-sublime)
* [JSHint](https://github.com/uipoet/sublime-jshint)
* [JSONLint](https://bitbucket.org/hmml/jsonlint)
* [Laravel 5 Artisan](https://github.com/dydx/Laravel-5-Artisan)
* [Laravel 4 Facades](https://github.com/stidges/Laravel-Facades-for-ST)
* [Laravel 5 Snippets](https://github.com/Lykegenes/laravel-5-snippets)
* [Laravel Blade Highlighter](https://github.com/Medalink/laravel-blade)
* [Laravel Generator](https://github.com/gnarula/sublime-laravelgenerator)
* [Laravel Helper Completions](https://github.com/james2doyle/laravel-helper-completions)
* [LESS](https://github.com/danro/LESS-sublime)
* [LiveReload](https://github.com/dz0ny/LiveReload-sublimetext2)
* [Markdown Preview](https://github.com/revolunet/sublimetext-markdown-preview)
* [Phpcs](https://github.com/benmatselby/sublime-phpcs)
* [Pretty JSON](https://github.com/dzhibas/SublimePrettyJson)
* [Pug](https://github.com/davidrios/pug-tmbundle)
* [RubyCheckOnSave](https://github.com/edgar/RubyCheckOnSave)
* [RubyFormat](https://github.com/zmbacker/RubyFormat)
* [RubyTest](https://github.com/maltize/sublime-text-2-ruby-tests)
* [SASS](https://github.com/nathos/sass-textmate-bundle)
* [SublimeCodeIntel](https://github.com/SublimeCodeIntel/SublimeCodeIntel)
* [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter)
* [SublimeLinter-php](https://github.com/SublimeLinter/SublimeLinter-php)
* [Simple Rails Navigator](https://github.com/noklesta/SublimeRailsNav)
* [Sublime GitHub](https://github.com/bgreenlee/sublime-github)
* [SublimeREPL](https://github.com/wuub/SublimeREPL)
* [Swift](https://github.com/quiqueg/Swift-Sublime-Package)
* [Vue Syntax Highlight](https://github.com/vuejs/vue-syntax-highlight)