Skip to content

Conversation

chrispelzer
Copy link

Summary

  • remove The Oh-My-ZSH asdf plugin is yet to be updated, see [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837). from the docs
  • docs: update nodejs script for formatting the documentation to be the correct npm run fmt from the package, as the npm run format does not exist

I just started utilizing asdf and was going through the Getting Started section. Since I am using ZSH and Oh-My-ZSH, I took notice to the text to the issue at ohmyzsh/ohmyzsh#8837.

It seems to have been mentioned that it's now working and from my own experience it seems to be working.

Is it necessary to have that notice in there anymore?

@chrispelzer chrispelzer requested a review from a team as a code owner August 9, 2025 07:04
@chrispelzer chrispelzer force-pushed the zsh-homebrew-completion-docs branch 2 times, most recently from fc2da3c to 0c97f12 Compare August 9, 2025 07:12
… correct `npm run fmt` from the package, as the `npm run format` does not exist

```
❯ npm run format
npm error Missing script: "format"
npm error
npm error To see a list of scripts, run:
npm error   npm run

❯ npm run
Scripts available in undefined via `npm run-script`:
  fmt
    prettier --write '.vitepress/{config,navbars,sidebars}.ts' '.vitepress/theme/**/*'
  dev
    vitepress dev
  build
    vitepress build
  preview
    vitepress preview
```
@chrispelzer chrispelzer force-pushed the zsh-homebrew-completion-docs branch from 0c97f12 to db1dcc0 Compare August 29, 2025 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant