|
|
|
|
|
by dankobgd
475 days ago
|
|
There are many of these tools but i don't like to think of these things like dotfiles.
What is a dotfile? A `.something` file in my home dir? is /etc/environment a dotfile? No, but i wan't to manage it still. What about Librewolf policies.json in /usr/lib64/librewolf/policies or similar. It's not a dotfile either.
For some tools, i need some other tools to exist already in path.
What about zsh where i want to sync 3 git repos for syntax highlighting and other scripts?
Also what about secrets, maybe i want some encrypted stuff so i need a solution for that also. Ansible is the best for these things, no symlinks needed, just configure what you want to exist and where and you can template configs or copy them or use some modules like `git_config` to then generate that ini file etc. Ansible vault also handles encryption easily so i can manage ssh keys, passwords... |
|