dotling 0.8.0

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