Skip to content

Instantly share code, notes, and snippets.

@nelanka
Last active October 25, 2017 19:15
Show Gist options
  • Save nelanka/3aae872246002ef304e6 to your computer and use it in GitHub Desktop.
Save nelanka/3aae872246002ef304e6 to your computer and use it in GitHub Desktop.
Sublime Packages and Setup

Sublime Packages and Setup

Icon

  • Find a replacement icon for Sublime Text. The FlatLand icon looks great.
  • Open the icon or image. Select all and copy to clipboard.
  • Go to the Applications folder and Apple-i on the Sublime Text app.
  • Select the app icon on the top left corner. A small select outline around the icon should appear.
  • Paste the new icon and save.
  • You can also right click on the SublimeText.app and click on "Show Package Contents". Navigate to the Contents/Resources folder and replace the icon that's in there with the new one.

Package Control

Essentials

  • SideBarEnhancements
    • github.com/titoBouzout/SideBarEnhancements
  • MacTerminal
    • afterdesign.github.io/MacTerminal

Themes

  • Theme - Soda
    • buymeasoda.github.com/soda-theme
  • Theme - Spacegray
    • kkga.github.io/spacegray

User Settings

  • Settings
    • Update user settings
  • Keymap
    • Update user key mappings

Scala

  • ScalaFormat
    • timonwong.github.io/ScalaFormat
  • SublimeREPL
    • github.com/wuub/SublimeREPL

Markdown

Do not have any markdown files open when install MarkdownEditing

  • Markdown Preview
    • github.com/revolunet/sublimetext-markdwn-review
  • MarkdownEditing
    • github.com/SublimeText-Markdown/MarkdownEditing

Git

  • Git
    • github.com/kemayo/sublime-text-git
  • GitGutter
    • github.com/jisaacks/GitGutter
  • Gist
    • github.com/condemil/Gist
    • Update config from LastPass. Sublime Text Preferences > Package Settings > Gist > Settings - User
  • Modific
    • github.com/gornostal/Modific

Code Editing

  • Alignment
    • wbond.net/sublime_packages/alignment
  • BracketHighligher
    • github.com/facelessuser/BracketHighlighter
  • Dockerfile Syntax Highlighting
    • github.com/asbjornenge/Docker.tmbundle
  • FileDiffs
    • github.com/colinta/SublimeFileDiffs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment