Trying to learn how to clone this Soda Theme for Sublime Text 2 with this:
git clone https://github.com/buymeasoda/soda-theme/ "Theme - Soda"
as it says here: https://github.com/buymeasoda/soda-theme
but I’m not sure where I type that in, or how to get it downloaded directly to my packages folder. How do I do this?
Make sure you have git and enter that
git clone https://github.com/buymeasoda/soda-theme/ <where you want to clone to>command in terminal / console for your OS. The<where you want to clone to>is the path where you want the files to be checked out.