Bootstrap and configure a MacBook Even my MacBook is becvoming more and more ephemeral. Years ago I spent hours to get started on a new hardware. Nowadays I want it to be done quick and reproducible. And the less dependencies the better.
I am using strap.sh, dotfiles and oh-my-zsh.
As always easy does it, so just setup some environment variables and run install.sh
# used for configuring your box export STRAP_GIT_NAME='John Doe' export STRAP_GIT_EMAIL='john@example.
Read more →