Giter Site home page Giter Site logo

my_sublime_packages's Introduction

Joey's Sublime Text 3 Packages

Uses the new, fancy way of doing things with package control and "package files" wherever possible. Where not possible, packages are manually installed and switched to their Sublime Text 3 branch via git subtree.

add.sh

Simple bash script that makes adding a package manually easy.

Usage

sh add.sh NameOfPackageInstallFolder http://github.com/package/repo/url.git nameOfST3branch

Takes 3 arguments

  1. name of the package install folder. Usually, this is specified in the package manual install instructions.
  2. the git url to get the package.
  3. the name of the branch in the repo that has the st3 version of the package.

Install

  1. close sublime text

  2. past the following code into your shell

    cd ~/Library/Application\ Support/Sublime\ Text\ 3/ && rm -rf Packages Installed\ Packages && git init && git remote add origin https://[email protected]/joeybaker/my_sublime_packages.git && git fetch && git checkout st3
  3. install package control

Upgrading to ST3

If you're not going to use my setup, that's cool, here's how to upgrade yourself.

  1. I highly recommend installing the caniswitchtosublimetext3 plugin in sublime text 2.
  2. manually copy over the Color Scheme - User & User folders from the sublime text 2 library to the sublime text 3 library Packages folder.
  3. Install Package Control
  4. Use package control to install the packages that are compatible with Sublime Text 3.
  5. Use add.sh install the packages that aren't compatible.

my_sublime_packages's People

Contributors

wbond avatar joeybaker avatar schlamar avatar weslly avatar quarnster avatar haroldputman avatar iurisilvio avatar kramerc avatar sublimator avatar patrickmcdonald avatar robcowie avatar titobouzout avatar willu avatar tgecho avatar

Stargazers

 avatar Josh Goldsmith avatar Jonathan El-Bizri avatar Christopher Stumph avatar Gursimran Singh avatar Tengu Saruta avatar JIA LI avatar macosxguru avatar Volkan Özçelik avatar Don Browning avatar Scott Sanders avatar Billy Coover avatar  avatar

Watchers

 avatar Volkan Özçelik avatar

Forkers

systemsoverload

my_sublime_packages's Issues

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.