Y
Hacker News
new
|
ask
|
show
|
jobs
by
Achshar
4948 days ago
But this would require git, right? i use mercurial and don't have git installed.
2 comments
Cthulhu_
4948 days ago
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.
link
Torn
4948 days ago
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.
link
judofyr
4948 days ago
Replace the second step with this then:
curl -L https://github.com/daylerees/colour-schemes/archive/master.tar.gz | tar -zxf -
link