Skip to content

Instantly share code, notes, and snippets.

@FradSer
Last active August 26, 2015 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FradSer/7f8131c6c4328b623bfa to your computer and use it in GitHub Desktop.
Save FradSer/7f8131c6c4328b623bfa to your computer and use it in GitHub Desktop.
Update Sketch Plugins
alias updatesketch='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