bevry / dorothy

🧙🏻‍♀️ Bring your dotfile commands and configuration to any shell. Sensible defaults and hundreds of commands preloaded. Supports Bash, Zsh, Fish, Nu, Xonsh, Elvish, Dash, KornShell, macOS, Linux, Windows.
Other
311 stars 22 forks source link

Support: docs give me unclear what to do after install #198

Closed wasdee closed 9 months ago

wasdee commented 9 months ago

context

problem

i don't know how to customize this for my own use.

sugesstion

maybe we could have a clear recommended way in the docs how to use this ideally.

wasdee commented 9 months ago

oh i see. i should add user directory to github dotfiles

balupton commented 9 months ago

oh i see. i should add user directory to github dotfiles

Yeah, unfortunately the mkdirp workaround at #196 would have probably caused the install process to assume you already have your user configuration preconfigured, so you likely didn't get a user configuration setup flow that asked you about how you want to go about your user config and what it's for.

In short, your user configuration goes in $DOROTHY/user which is a symlink to a user configuration directory, this houses your commands and configuration, with support for local commands and config (which by default are gitignored, however both myself and @molleweide choose to commit and encrypt them instead).

The user configuration allows you to write your own commands and override dorothy commands, as well as specify configuration for dorothy. You can copy and paste commands/config from other users into yours. If multiple people start finding commands useful, they can go into the dorothy core.

If you haven't spotted it yet, there is a docs/ directory inside dorothy core: https://github.com/bevry/dorothy/tree/master/docs


  • I watched the video.

I gave an updated presentation at CampJS November 2023 however they are having some delays with the upload.

Here was the agenda for the presentation:

Dorothy Talk

Chapter 1

Chapter 2

Chapter 3

Chapter 5

Chapter 4

Chapter 6

wasdee commented 9 months ago

rothy Talk

Chapter 1

look forward for your upcoming video 😊