🔧 My dotfiles OS agnostic
See chezmoi
official documentation
If you're not using chezmoi
, you can simply copy and modify whatever
individual files you need, and adapt the filenames, because it uses it's own
file naming scheme.
For example:
private_dot_local
maps to~/.local
private_dot_local/private_share
maps to~/.local/share
dot_config
maps to~/.config
- Some file named
executable_foo.sh
gets renamed tofoo.sh
and made executable (e.g.chmod +x foo.sh
)
AGPLv3 © James Cuzella @trinitronx
See LICENSE