Shopify / themekit

Shopify theme development command line tool.
https://shopify.dev/tools/theme-kit
MIT License
1.2k stars 375 forks source link

How do I uninstall shopify theme kit from command line? #846

Closed white-hat-vaibhs closed 4 years ago

white-hat-vaibhs commented 4 years ago

curl -s https://shopify.github.io/themekit/scripts/install.py | sudo python

Mentioned above is the command that I used to install the theme kit for local development but I need to uninstall this as I realized that Shopify theme development is not a TRUE local Development environment. I would really appreciate it if you add that feature but for now please provide with uninstalling command.

tanema commented 4 years ago

rm $(which theme)

https://shopify.github.io/themekit/faq/#how-do-i-remove-theme-kit

white-hat-vaibhs commented 4 years ago

I hope this removed the source file from my local machine too

tanema commented 4 years ago

there is no source code on your machine. its a binary

white-hat-vaibhs commented 4 years ago

Thankyou