This repository contains my personal dotfiles managed with GNU Stow.
Link a package's config files:
stow package_nameUse --adopt to incorporate existing config files (this overwrites files in the repository with your current configs):
stow --adopt package_nameUnlink a package:
stow -D package_nameInstall packages from Brewfile:
brew bundle --file ~/.dotfiles/brew/BrewfileSave current packages to Brewfile:
brew bundle dump --file ~/.dotfiles/brew/Brewfile