7 ms·
Using the GNU stow utility makes this super easy. It even has a --dotfiles flag so you can author your dotfiles as dot-zshrc and when the utility symlinks it, i
by jmondi 2y ago
Using the GNU stow utility makes this super easy. It even has a --dotfiles flag so you can author your dotfiles as dot-zshrc and when the utility symlinks it, it will be .zshrc. Makes it nice so your source files are not hidden but the actual dotfiles are (as expected).
- pprotas 2y agoAlthough GNU stow is very interesting, I like this simple script because it has no external dependencies. Stow is not available on macos by default, for example.