Basic configuration I use on my macOS machines.
This repository uses GNU Stow to manage dotfiles by creating symbolic links to the home directory.
-
Install dependencies from the
Brewfile:brew bundle install
-
Stow the dotfiles
To create the symlinks for all configurations, run the following command from the root of this repository:
stow -t ~ aria2 brew git gnupg hushlogin keybindings zsh
To remove all the symlinks, run the stow command with the -D (delete) flag:
stow -D -t ~ aria2 brew git gnupg hushlogin keybindings zsh