-
Hi, so i have the my dotfiles direcotry and so far i've use bare git method where i just use symlinks. and i know that some tools like stow needs the structure to be the same so i'll have to organize stuff like so can i still use chezmoi? one of the reasons that i want to use chezmoi is because i use pretty much the same configuration on 2 different machines. but some files need to be different like monitor.conf for hyprland. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
chezmoi is different to Stow. With chezmoi, the structure of your dotfiles in your dotfiles repo exactly matches the structure of your dotfiles in your home directory.
You answer your own question here. Symlinks only work when the dotfile is identical on all machines, but often you need slightly different dotfiles on different machines. I recommend reading the following FAQ entries: |
Beta Was this translation helpful? Give feedback.
chezmoi is different to Stow. With chezmoi, the structure of your dotfiles in your dotfiles repo exactly matches the structure of your dotfiles in your home directory.
You answer your own question…