This directory contains the dotfiles for my system.
brew install stow
git clone https://github.com/rachelkd/dotfiles.git
cd dotfiles
Then, use GNU Stow to symlink the dotfiles:
stow .
-
Create the directory structure in dotfiles:
mkdir -p .config/newapp -
Use stow with --adopt to move files from HOME into dotfiles:
stow --adopt .
This will move the existing files from ~/.config/newapp into ~/dotfiles/.config/newapp and replace them with symlinks.