Skip to content

Instantly share code, notes, and snippets.

@RayPS
Created August 26, 2015 04:18
Show Gist options
  • Save RayPS/e2d40048e69ed5ed5b94 to your computer and use it in GitHub Desktop.
Save RayPS/e2d40048e69ed5ed5b94 to your computer and use it in GitHub Desktop.
Update Sketch Plugins
find $HOME/Library/Containers/com.bohemiancoding.sketch3/Data/Library/Application\ Support/com.bohemiancoding.sketch3/Plugins -name ".git" -exec git --git-dir={} pull ";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment