dotman is dotfiles manager.
❯ git clone https://github.com/atsushi130/dotman
❯ cargo install
- install [--chain|-c]
❯ dotman install vimrc
❯ dotman install --chain vimrc
- list
❯ dotman list
settings.json
{
"repository": "account/repository",
"dotfiles": [
{
"name": "vimrc", // <- install argument name
"input": "/vim/.vimrc", // <- ex: https://github.com/account/repository/blob/master/vim/.vimrc
"output": "~/.vimrc" // <- install path
"chain": ["ideavimrc", "xvimrc"]
}
]
}
dotman is available under the MIT license. See the LICENSE file.