Skip to content
Guide

Guide 1

  • Dot files

    Managing dot files using GNU stow It is really simple managing dotfiles using GNU stow. How it works Stow manages dot files using symbolic links. Create a dotfiles directory in $HOME directory to keep all the dotfiles to be managed by stow. Each dot file in the ~/dotfiles/<dotfile_name> directory must have the same directory structure as the dotfile from ~. For example, if .zshrc is in ~, then it must be located at ~/dotfiles/zsh/.zshrc.