Giter Club home page Giter Club logo

sublime's Introduction

@dickeyxxx Sublime 2 Config

This is my customized Sublime Text 2 config.

Requirements

Install Sublime Text 2.

Install Package Control by opening View > Show Console and pasting this:

import urllib2,os; pf='Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler( ))); open( os.path.join( ipp, pf), 'wb' ).write( urllib2.urlopen( 'http://sublime.wbond.net/' +pf.replace( ' ','%20' )).read()); print( 'Please restart Sublime Text to finish installation')

Then restart Sublime.

Installation

Go to your Sublime Text 2 Packages directory:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/

Clone the settings repository using the command below:

$ rm -rf Packages
$ git clone https://github.com/dickeyxxx/sublime.git Packages

Notes

To get the subl command:

$ ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl

To make Sublime your default editor, run this command:

$ echo 'export EDITOR='subl -w' >> ~/.bash_profile

I use the vintage plugin that makes Sublime act like vim (you may not want this). To disable, add this to your User Preferences:

"ignored_packages": ["Vintage"]

To get RubyMarkers to work, you will need to install rcodetools into your system ruby. To do so:

$ rbenv local system
$ gem install rcodetools

sublime's People

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.