Personal dotfiles managed with GNU Stow and Homebrew.
- Install Homebrew (if not already installed)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- Clone this repository to your home directory:
git clone <repository-url> ~/.files
cd ~/.files- Install the Homebrew packages defined in the Brewfile:
brew bundle --file ~/.files/Brewfile- Use stow to symlink the dotfiles:
stow .