(no title)
blemasle | 2 years ago
I just stumble across dotstow which adds a git layer on top of it https://github.com/clayrisser/dotstow
blemasle | 2 years ago
I just stumble across dotstow which adds a git layer on top of it https://github.com/clayrisser/dotstow
saghm|2 years ago
I'm starting to wonder if I just have a very vanilla dotfile workflow compared to what some other people use. This would surprise me a bit, given how I tend to go overboard in custom configuration for most things, but it definitely feels like my experience isn't enough for me to understand why specialized tooling for dotfiles is needed.
jasonpeacock|2 years ago
For example, the .gitconfig for work is different from home (e.g. my username/email). Ditto for my .ssh/config and my shell aliases.
I also use Nix to manage all my tools, and the home-manager configuration is slightly different between mac & linux due to platform support.
I've gone through a few iterations of home-built solutions, including extending homeshick[1], before discovering YADM which implemented everything I had done but better.
[1] https://github.com/andsens/homeshick
uneekname|2 years ago
https://alexpearce.me/2016/02/managing-dotfiles-with-stow/
https://bastian.rieck.me/blog/2019/dotfiles_stow/