这是indexloc提供的服务,不要输入任何密码
Skip to content

atsushi130/dotman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotman

dotman is dotfiles manager.

Installation via Cargo

❯ git clone https://github.com/atsushi130/dotman
❯ cargo install

Usage

Commands

  • install [--chain|-c]
❯ dotman install vimrc
❯ dotman install --chain vimrc
  • list
❯ dotman list

Settings

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"]
    }
  ]
}

License

dotman is available under the MIT license. See the LICENSE file.

About

dotfiles manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages