- GNU
stow
- clone this repo to your
$HOME
and switch to cloned dir:
git -C $HOME clone https://github.com/vokhactri/.dotfiles.git && cd "$(basename "$_" .git)"
- use
stow
to symlink configs to$HOME/.config
:
- to symlink all config dirs
stow */
- to symlink only one config dir, for example
zsh
stow zsh