-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Wiki!
Here, you'll find all the info you need to set up and use Dotkeeper! If for whatever reason the info you want isn't here, that's okay - You - yes, you - can contribute to the Wiki too!
Look over on the right for the dropdown to navigate the various sections of the wiki.
Installing Dotkeeper is rather easy.
The official installation is through wares. To install dotkeeper, simply run the following command:
wares add dotkeeperAlternatively, you can add the following to your config (NOTE: Remove the wares: and put it under the wares: key in your config).
wares:
dotkeeper:
name: dotkeeper
repo: indium114/dotkeeper
asset: "dotkeeper_Linux_x86_64"Note
Replace Linux with Darwin if you are on macOS,
and x86_64 with arm64 if you are on an ARM processor (e.g. Apple Silicon)
Usage: dotkeeper <command>
> list - Lists available keeps
> status - Shows active keep
> deactivate - Deactivates the current keep
> activate <keep> - Activates a keepNow, go on over to the dropdown at the top-left and go to the "Keep Management" section for further instructions