dotfiles
My current macOS dotfiles managed with GNU stow.
Setup
Install
# All packages
brew bundle⏤ or ⏤
# Minimum packages
brew install zsh git subversion neovimConfiguration
Pre 10.15 Catalina:
chsh -s $(which zsh)Creating symlinks:
stow folderName # (to remove use -D)When using stow on vim you might need to run :PlugInstall and :CocInstall.