🚀 A Hands-On Guide to Setting Up Zsh, Oh My Zsh, asdf, and Spaceship Prompt with Zinit for Your Development Environment

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. zinit

    🌻 Flexible and fast ZSH plugin manager (by zdharma-continuum)

    cat << 'EOF' >> ~/.zshrc ### Added by Zinit's installer if [[ ! -f $HOME/.local/share/zinit/zinit.git/zinit.zsh ]]; then print -P "%F{33} %F{220}Installing %F{33}ZDHARMA-CONTINUUM%F{220} Initiative Plugin Manager (%F{33}zdharma-continuum/zinit%F{220})…%f" command mkdir -p "$HOME/.local/share/zinit" && command chmod g-rwX "$HOME/.local/share/zinit" command git clone https://github.com/zdharma-continuum/zinit "$HOME/.local/share/zinit/zinit.git" && \ print -P "%F{33} %F{34}Installation successful.%f%b" || \ print -P "%F{160} The clone has failed.%f%b" fi source "$HOME/.local/share/zinit/zinit.git/zinit.zsh" autoload -Uz _zinit (( ${+_comps} )) && _comps[zinit]=_zinit # Load a few important annexes, without Turbo zinit light-mode for \ zdharma-continuum/zinit-annex-as-monitor \ zdharma-continuum/zinit-annex-bin-gem-node \ zdharma-continuum/zinit-annex-patch-dl \ zdharma-continuum/zinit-annex-rust ### End of Zinit's installer chunk EOF

  2. 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.

    CodeRabbit logo
  3. asdf-nodejs

    Node.js plugin for asdf version manager

    asdf plugin-add nodejs https://github.com/asdf-vm/asdf-nodejs.git

  4. asdf-python

    Discontinued Python plugin for the asdf version manager [Moved to: https://github.com/asdf-community/asdf-python] (by danhper)

    asdf plugin-add python https://github.com/danhper/asdf-python.git

  5. spaceship-prompt

    🚀✨ Minimalistic, powerful and extremely customizable Zsh prompt

    git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1

  6. nerd-fonts

    Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more

    Go to the Nerd Fonts GitHub repository and download your preferred font (e.g., Hack or Roboto Mono).

  7. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Nerd Fonts – Iconic font aggregator, collection, and patcher

    1 project | news.ycombinator.com | 15 Apr 2025
  • Nerd Fonts: 3,600 Icons and 50 Patched Fonts for Developers

    1 project | news.ycombinator.com | 29 Sep 2024
  • Install Nerd Fonts (or any fonts) easily in Linux

    1 project | dev.to | 9 Sep 2024
  • ZSH with Starship

    1 project | dev.to | 27 Aug 2024
  • Nerd Fonts: Over 50 Patched Fonts with 3,600 Icons for Devs and Designers

    1 project | news.ycombinator.com | 14 Aug 2024

Did you know that Shell is
the 11th most popular programming language
based on number of references?