👨💻️ My macOS dotfiles - configuration for zsh, aliases, brew, git & vim
Clone repository into home directory
cd ~
git clone [email protected]:jamieweavis/dotfiles.git
Install brew dependencies & casks
cd dotfiles
brew bundle
Symlink dotfiles to home directory with stow
stow . --adopt --target ~