My personal dotfiles repository managed by GNU stow.
- Download GNU Stow
- Clone the repo into your local computer
git clone https://github.com/yoquec/dotfiles $HOME/.local/share/dotfiles
- Install the common configs using stow
cd $HOME/.local/share/dotfiles/common && stow -t $HOME *
- Install the computer-specific configs
cd $HOME/.local/share/dotfiles/{desktop|laptop|framework} && stow -t $HOME *