Stow

New
adopt
First Added:September 18, 2026

GNU Stow is a symlink farm manager that makes dotfiles appear installed in place. We adopt it as the dotfile mechanism in the tui-ide repo.

Blurb

GNU Stow is a symlink farm manager which takes distinct packages of software and/or data located in separate directories on the filesystem, and makes them appear to be installed in the same place.

Summary

Use Stow with the Homebrew Bundle in the tui-ide repo. install.sh detects the OS, runs brew bundle, backs up conflicting files, then stows dotfiles on macOS and Linux.

It currently stows zsh, git, nvim, and herdr configs, with git identity kept in a git-ignored local file.

Details