Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zKurisu/PDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This is just a perl script for dotfile configuration.

You can set the environment variable $DOTCONFIG to store your config.json file, which is used to configure this script. The format is below:

{
   "password" : "xxx",
   "config name" : "xxx",
   "description" : "xxx",
   "update time" : "xxx",
   "last push time" : "xxx",
   "last link time" : "xxx",
   "dotfiles" : {
      "nvim" : "xxx",
   },
   "repository" : "xxx",
   "user" : "xxx"
}

These dotfiles will be stored in $HOME/.config/dotfiles on your local machine.

You can check the usage by:

dm --help

About

A Dotfile Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages