Skip to content

Commit

Permalink
docs: Add zinit installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
reobin committed Jan 1, 2025
1 parent 1f621da commit 0dd11cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ Add `zmodule reobin/typewritten --name typewritten` to your `.zimrc` and run `zi
## zplug

Add `zplug reobin/typewritten, as:theme` to your `.zshrc`.

## zinit

Add the following config to your `.zshrc`:

```sh
zinit ice compile'(typewritten|async).zsh' pick'async.zsh' src'typewritten.zsh'
zinit light reobin/typewritten
```

0 comments on commit 0dd11cc

Please sign in to comment.