Glyphhanger + webdev cli tools

main
Steffen Rademacker 3 years ago
parent 0e465c8301
commit d4b4e75fde

@ -18,9 +18,7 @@ brew install tree
# node cli tools and helpers
npm install -g diff-so-fancy
npm install -g fkill-cli
npm install -g npm-check
npm install -g pure-prompt
npm install -g yarn
# install fzf
/usr/local/opt/fzf/install

@ -26,6 +26,16 @@ sudo ln -f ~/dotfiles/etc/hosts /etc/hosts
brew link php@7.4
pecl install imagick
# additional webdev cli tools
npm install -g npm-check
npm install -g yarn
npm install -g glyphhanger
# additional stuff for glyphhanger
pip install fonttools
pip install brotli
pip install zopfli
# certificates for local ssl
mkcert -install
mkcert localhost "dev.localhost" "*.dev.localhost"

@ -51,6 +51,5 @@ alias yre='rm -f yarn.lock && rm -rf node_modules && yarn'
# random usefull stuff
alias dnsflush='sudo dscacheutil -flushcache'
alias lock="/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend"
# imagemagick downsampling shortcuts (c&p retina folder, run, done!)
alias anigif='convert -delay 12 -loop 0 *.jpg animated.gif'
alias woffwoff='glyphhanger --subset="*.otf" --formats=woff-zopfli,woff2'

Loading…
Cancel
Save