Yet Another Dotfiles Manager
60b23e33e8
Fixes TheLocehiliosan/yadm#226 When a config file path is passed to yadm whose parent directory does not exist, git (and hence yadm) fails without writing the file. Yadm should, however, make sure that the directory exists s.t. git can just write to the file. |
||
---|---|---|
.github | ||
completion | ||
contrib/hooks | ||
test | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
bootstrap | ||
CHANGES | ||
CONTRIBUTORS | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
pylintrc | ||
pytest.ini | ||
README.md | ||
yadm | ||
yadm.1 | ||
yadm.md | ||
yadm.spec |
yadm - Yet Another Dotfiles Manager
yadm is a tool for managing dotfiles.
- Based on Git, with full range of Git's features
- Supports system-specific alternative files
- Encryption of private data using GnuPG
- Customizable initialization (bootstrapping)
Features, usage, examples and installation instructions can be found on the website.