Skip to content

Instantly share code, notes, and snippets.

@pierreneter
Last active August 9, 2021 05:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierreneter/d45f6d981a668f543fde45d41ea54ae0 to your computer and use it in GitHub Desktop.
Save pierreneter/d45f6d981a668f543fde45d41ea54ae0 to your computer and use it in GitHub Desktop.
sketchtool sketch cli install, sketchtool sketch cli path, sketchtool sketch cli setup
#!/bin/sh
rm -rf /usr/local/bin/sketchtool
ln -s /Applications/Sketch.app/Contents/MacOS/sketchtool /usr/local/bin/sketchtool
@pierreneter
Copy link
Author

  • You must install Sketch first
  • To install sketchtool, run this command at your Terminal:
curl -sSL https://git.io/Jvdwg | bash -s stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment