Home

Awesome

sublime

Plugin for Sublime Text, a cross platform text and code editor, available for Linux, Mac OS X, and Windows.

Requirements

Installation

Manual

  1. Clone this repository somewhere on your machine. This guide will assume ~/.zsh/sublime.
git clone https://github.com/valentinocossar/sublime.git ~/.zsh/sublime
  1. Add the following to your .zshrc:
source ~/.zsh/sublime/sublime.plugin.zsh
  1. Start a new terminal session.

Oh My Zsh

  1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)
git clone https://github.com/valentinocossar/sublime.git $ZSH_CUSTOM/plugins/sublime
  1. Add the plugin to the list of plugins for Oh My Zsh to load:
plugins=(sublime)
  1. Start a new terminal session.

Usage