polk 1.1.6

Dotfile manager and symlinker
1
2
3
4
5
6
7
8
9
10
11
12
13
error_chain! {
    types {
        Error, ErrorKind, ResultExt, Result;
    }

    foreign_links {
        Io(::std::io::Error);
        Var(::std::env::VarError);
        WalkDir(::walkdir::Error);
        Term(::term::Error);
        Git(::git2::Error);
    }
}