My personal dotfiles
cd ~
git clone git@github.com:icarojobs/dotfiles.git .dotfiles
cd .dotfiles
stow .sudo apt update
sudo apt install tree stow -y# show the current directory tree
treeIn this example, I will show how to link ~/.zshrc file to stow (keep the relative path structure):
cd ~/.dotfiles
cp ~/.zshrc .
# backup old file
mv ~/.zshrc ~/.zshrc.bak
# applying stow symlinks
stow .