-
# Download asdf git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0 # Add the following to ~/.zshrc . "$HOME/.asdf/asdf.sh" # Optional: Completions are configured by either a ZSH Framework asdf plugin # or by adding the following to your .zshrc: fpath=(${ASDF_DIR}/completions $fpath) autoload -Uz compinit && compinit
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Install the VSCode App (For Windows, not Linux) from the official site
-
# Add NodeJS plugin asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git # Install desired version asdf install nodejs latest # Or specify version asdf install nodejs 22.14.0
-
For a graphical interface, OpenWebUI integrates seamlessly through Docker: