I'm new to using Terminal, and I'm wondering where the files for my theme are being installed using Shopify Theme Gem. I've gone through the installation instructions on GitHub (https://github.com/Shopify/shopify_theme) and I've looked through the documentation provided by Shopify, but I haven't seen where I'm downloading the theme files I'll be editing (or where I should put them myself if I'm customizing Timber).
When I generated the API key and password and ran theme configure [MyAPIKey] [MyPassword] [MyStoreURL]
, it put the config.yml file in my User folder, which I don't think is the correct place.
When I ran theme download
it installed some files in my Library/Ruby/Gems/2.0.0 directory, but no .liquid theme files.
The documentation I've seen so far isn't very specific, at least for me. Where/how should I be installing everything? What am I doing wrong?