- Install YADM
curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
yadm clone --bootstrap https://github.com/mattstratton/matty-dotfiles.git
Here's what is the bootstrap is doing:
- Install zsh with oh-my-zsh as a plugin manager
- Install all the packages/apps from
.Brewfile
using Homebrew
- Set the homebrew zsh as the default shell
sudo sh -c "echo $(which zsh) >> /etc/shells"
chsh -s $(which zsh)
- Install the VSCode extension Syncing to sync VSCode
- Delete
/usr/local/bin/yadm
and runbrew bundle
again to getyadm
set up in homebrew properly