Skip to content

Instantly share code, notes, and snippets.

@angelceballos
Created May 2, 2014 15:41
Show Gist options
  • Save angelceballos/11478401 to your computer and use it in GitHub Desktop.
Save angelceballos/11478401 to your computer and use it in GitHub Desktop.
Installing Sketchtools, http://bohemiancoding.com/sketch/tool/
curl -O http://sketchtool.bohemiancoding.com/sketchtool-latest.zip
unzip sketchtool-latest.zip
sudo cp sketchtool/sketchtool /usr/bin/sketchtool
sudo cp -R sketchtool/sketchtool\ resources.bundle/ /usr/bin/sketchtool\ resources.bundle/
rm -r sketchtool/
rm sketchtool-latest.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment