dotbot icon indicating copy to clipboard operation
dotbot copied to clipboard

A tool that bootstraps your dotfiles ⚡️

Results 51 dotbot issues
Sort by recently updated
recently updated
newest added

@I've made this quick and dirty hack to allow gpg encrypted files to be automatically decrypted and added to my .gitignore (if not blacklisted yet). The script also checks if...

enhancement

Hello everyone, When the force option is true, dotbot removes the original file. That could be risky. Will it be better if the original file or folder is renamed with...

enhancement

cc @MaikuMori

enhancement

> If dotbot is easily usable as a Python module (not just through the CLI), people could design more complex setups directly in Python. That means you get the full...

enhancement

Hello, Excuse me if I'm doing something wrong, it's the first time I'm trying to use Dotbot and I just can't get it to work under Windows. I installed it...

## what - Run shell command conditionally (optional) - Update README docs ## how - the shell directive will check if the 'if' property is available. - If it is,...

There is an interesting side-effect behavior of the 'fixes' for the Dispatcher recently committed. When an external plug-in is loaded, the cli creates a list of modules that just appends...

Dotbot performs some monkeypatch during loading, where it scans plugin modules and collects every class that inherits from the `Plugin` interface. This makes it easy to collect the same class...

I used the example highlighted in the PR, and it didn't work. On looking at the docs more closely, it says: ``` When glob: True, Dotbot uses [glob.glob](https://docs.python.org/3/library/glob.html#glob.glob) to resolve...

This allows plugins to re-instantiate the Dispatcher (or, now, use the instance cached in `current_dispatcher`) without knowing what plugins have been loaded by dotbot. This fixes plugins that want to...