dotfiles
Installation
- Install YADM
curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadmyadm clone --bootstrap https://github.com/mattstratton/matty-dotfiles.git
Description
Here's what is the bootstrap is doing:
- Install zsh with oh-my-zsh as a plugin manager
- Install all the packages/apps from
.Brewfileusing Homebrew
Manual things to do after
- 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/yadmand runbrew bundleagain to getyadmset up in homebrew properly