- Xcode
- Terminal http://www.iterm2.com/
- Heroku https://toolbelt.heroku.com/
- NodeJS http://nodejs.org/download/
- Code editor http://www.lighttable.com/
| <!-- How to handle multiple Color variants on Shopify: Show all colors on the product detail page | |
| Details at https://eushopa.com/ --> | |
| {%- assign product_tags = product.tags | join: ', ' -%} | |
| {%- if product_tags contains 'group-' -%} | |
| <div class="swatch_options"> | |
| <div class="swatch clearfix"> | |
| {%- for tag in product.tags -%} | |
| {%- if tag contains 'group-' -%} | |
| {% assign collection_handle = tag | downcase | replace: ".", "-" %} | |
| {%- if collections[collection_handle].products.size > 1 -%} |
| # Find the downloaded image, right-click on it, go to Open With, and click Disk Image Writer. | |
| # Select your USB stick as the Destination, and click Start Restoring. | |
| Partitions | |
| bios boot 2M | |
| /boot 512M | |
| /boot/efi 200M | |
| for next ones, choose LVM after creating: |