Learning Rust by writing a dotfiles manager CLI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shaun Reed cb0e627a42
Initial commit
3 years ago
src Initial commit 3 years ago
.gitignore Initial commit 3 years ago
Cargo.lock Initial commit 3 years ago
Cargo.toml Initial commit 3 years ago
README.md Initial commit 3 years ago

README.md

dotk

Learning to program in Rust by making myself a Linux CLI tool to help manage dotfiles and configurations.

There are many other tools to manage dotfiles that work just fine. For now, this is intended to be just for my own learning / use and not a general dotfiles management utility. If I enjoy working on it and get good use out of it, I may rethink this later.