Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
A list of Sketch plugins hosted at GitHub, in no particular order.
#!/usr/bin/env bash | |
# Run this command to execute the script: | |
# curl https://gist.githubusercontent.com/daneden/c6b5cfbcff4d3cc3ca46/raw/smaller-sketch-svgs.sh | bash | |
# Tell Sketch to export compact SVGs | |
defaults write com.bohemiancoding.sketch3 svgExportCompact -bool yes | |
defaults write ~/Library/Preferences/com.bohemiancoding.sketch3.plist svgExportCompact -bool yes | |
# Tell Sketch to omit layer names as IDs for SVGs | |
defaults write com.bohemiancoding.sketch3 svgExportSkipAssignIdToLayerName -bool yes |