Skip to main content

Yet another dotfile manager

Project description

What not to expect

A giant pile of features. That being said, this is extensible and will probably get some sort of plugin support.

Future plans

  • [ ] Plugin support

  • [ ] World domination

  • [x] Config directories

How to use the damn thing

Install it:

pip install polkadots-dotfile-manager

Make a polkadots config file in .config/polkadots/config.json:

Example:

{
    "dotfile_repo": "~/.dotfiles",
    "actions": [
        {
            "type": "SymlinkAction",
            "source": "derpityapp",
            "destination": "~/.config/derp"
        },
        {
            "type": "SymlinkAction",
            "source": "main",
            "destination": "~",
            "dir_mode": true
        }
    ]
}

This configuration makes two actions. The first one symlinks the entire derpityapp directory (but it could also do files the same).

The second one goes through every item in the “main” folder in the dotfile repo and symlinks them all into the destination directory. For example, the file .vimrc in main would be symlinked to ~/.vimrc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polkadots_dotfile_manager-0.0.4.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page