👨💻️ My macOS dotfiles - configuration for zsh, aliases, brew, git & vim
Clone repository into home directory
cd ~
git clone git@github.com:jamieweavis/dotfiles.git
Install brew dependencies & casks
cd dotfiles
brew bundle
Symlink dotfiles to home directory with stow
stow . --adopt
This project is licensed under the MIT License - see the LICENSE.md file for details.