dotling 0.4.0

A dotfiles management CLI — track, link, and sync your config files across machines
1
2
3
4
5
6
7
8
pub mod add;
pub mod doctor;
pub mod encrypt;
pub mod init;
pub mod remove;
pub mod status;
pub mod sync;
pub mod vault;