jq is useful to slice, filter, map and transform structured json data.
brew install jq
| ####### Shortcut Hotkeys ############# | |
| # open terminal | |
| alt - return : open -n /Applications/Alacritty.app | |
| # restart Yabi, SpaceBar, and SKHD | |
| alt + shift - r : \ | |
| launchctl kickstart -k "gui/${UID}/homebrew.mxcl.yabai"; \ | |
| skhd --reload | |
| # Create Ubuntu 16.04 instance to host openvpn | |
| gcloud compute instances create openvpn-pritunl \ | |
| --image-family ubuntu-1604-lts --image-project ubuntu-os-cloud \ | |
| --zone us-west1-a \ | |
| --network default \ | |
| --tags https-server,http-server \ | |
| --address vpn-static \ | |
| --service-account [email protected] \ |