Hacker News new | ask | show | jobs
by danberger 4949 days ago
Open Terminal...

  cd /Users/dan/Library/Application Support/Sublime Text 2/Packages
  git clone https://github.com/daylerees/colour-schemes
In Sublime -> Preferences -> Color Scheme
1 comments

But this would require git, right? i use mercurial and don't have git installed.
Nobody's stopping you from installing Git alongside Mercurial; even if you're not going to use it on a day to day basis, things like sublime text themes and whatnots are easily installed with a git clone.
Yeah use the right tool for the job, and don't be afraid to try out others, even if you've already 'picked a stack' for your latest project.
Replace the second step with this then:

    curl -L https://github.com/daylerees/colour-schemes/archive/master.tar.gz | tar -zxf -