This repository contains my personal dotfiles manag 6F28 ed with GNU Stow.
Link a package's config files:
stow package_name
Use --adopt
to incorporate existing config files (this overwrites files in the repository with your current configs):
stow --adopt package_name
Unlink a package:
stow -D package_name
Install packages from Brewfile:
brew bundle --file ~/.dotfiles/brew/Brewfile
Save current packages to Brewfile:
brew bundle dump --file ~/.dotfiles/brew/Brewfile