Manage your dotfiles using GNU Stow
lukasrotermund.de·4h·
Discuss: Hacker News
Flag this post

Terminal window showing commands to manage dotfiles with GNU Stow. The first command, stow -t /home/lukas vim zsh, links configuration files for Vim and Zsh. The output of ls -la .zsh* .vim* lists symbolic links such as .vim -> repos/dotfiles/vim/.vim, .vimrc -> repos/dotfiles/vim/.vimrc, .zshenv -> repos/dotfiles/zsh/.zshenv, and .zshrc -> repos/dotfiles/zsh/.zshrc, along with regular files .viminfo and .zsh_history. The display uses a dark background with light monospace text.

published at

Nov 5, 2025

reading time

4 minutes

tags

Dotfiles, GNU

I came across GNU Stow as a way of or…

Similar Posts

Loading similar posts...