- GNU
stow zsh(I mean, duh)
unzip(forfnm)
- clone this repo to your
$HOMEand switch to cloned dir:
git -C $HOME clone https://github.com/vokhactri/.dotfiles.git && cd "$(basename "$_" .git)"
- use
stowto symlink configs to$HOME/.config:
- to symlink all config dirs
stow */ - to symlink only one config dir, for example
zshstow zsh
- reload your
zshto apply changes:
exec zsh