Oh-my-zsh without oh-my-zsh?

This page summarizes the projects mentioned and recommended in the original post on /r/zsh

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
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
  1. dotfiles

    My personal dotfiles with nvim (by 0xfederama)

    I'm currently loading only these plugins (git, zsh-autosuggestions, colored-man-pages, zsh-syntax-highlighting) in omz and I don't think I use it for anything else (in case you want to check, my .zshrc is [here](https://github.com/0xfederama/dotfiles/blob/main/.zshrc), updated removing p10k and replacing it with starship at the end).

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

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

    You can use a plugin manager that supports oh-my-zsh plugins and libraries such as zinit (my personal favorite). You can also take a look at my personal project zunder-zsh.

  4. zunder-zsh

    ⚡ A minimalistic zsh configuration with sane defaults.

    You can use a plugin manager that supports oh-my-zsh plugins and libraries such as zinit (my personal favorite). You can also take a look at my personal project zunder-zsh.

  5. zsh-snap

    ⚡️ Znap! Fast, easy-to-use tools for Zsh dotfiles & plugins, plus git repos

    Personally I use https://github.com/marlonrichert/zsh-snap as my plugin manager. You can just reference this baseline template that the author of the plugin manager has made if you want a sample config:

  6. zsh-launchpad

    🚀 Simple, educational dotfiles template to get started with Zsh and learn about its features

  7. zdotdir

    A full-featured sample Zsh config driven by antidote (by getantidote)

    Hope that helps. There's lots of examples here.

  8. dot_files

    My dot_files for linux - i3, zinit, tmux, tmuxinator, urxvt and Co

    zinit it's awesome. Here my zshrc for some ideas

  9. 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
  10. zsh-utils

    A minimal, opinionated set of ZSH plugins designed to be small, simple, and focused.

    Not quite - the path:lib annotation tells antidote to load all the scripts in Oh-My-Zsh's lib directory - not all its plugins which are in its plugins directory. It's confusing, I know. OMZ's lib directory is not required for every plugin, but a lot of them unfortunately do depend on lib. You can load individual scripts from lib with antidote (ohmyzsh/ohmyzsh path:lib/clipboard.zsh), but honestly if you are ready to move away from OMZ entirely you might really like something like zsh-utils or zephyr.

  11. zephyr

    :wind_face: A Zsh framework as nice as a cool summer breeze (by mattmc3)

    Not quite - the path:lib annotation tells antidote to load all the scripts in Oh-My-Zsh's lib directory - not all its plugins which are in its plugins directory. It's confusing, I know. OMZ's lib directory is not required for every plugin, but a lot of them unfortunately do depend on lib. You can load individual scripts from lib with antidote (ohmyzsh/ohmyzsh path:lib/clipboard.zsh), but honestly if you are ready to move away from OMZ entirely you might really like something like zsh-utils or zephyr.

  12. ohmyzsh

    🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.

    "ohmyzsh/ohmyzsh path:lib" tells Antidote to download the github repository found at github.com/ohmyzsh/ohmyzsh and then load everything in the lib directory that Antidote just downloaded for you.

  13. antidote

    https://antidote.sh - the cure to slow zsh plugin management

    Zinit seems overly complicated. I prefer antidote

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

  • Quickest path to a decent zsh setup?

    6 projects | /r/zsh | 5 Dec 2023
  • Current state of plugin managers

    12 projects | /r/zsh | 9 Apr 2023
  • [Zsh4Human]I don't know how to write zstyle, even after reading wikis and blogs.

    4 projects | /r/zsh | 24 Dec 2021
  • I made an educational dotfiles template to help my colleagues & friends get started with Zsh. Perhaps someone else will find this useful, too.

    2 projects | /r/zsh | 10 Dec 2021
  • Cool new things on linux world for fresh installation and a bit of my usage different things.

    7 projects | /r/archlinux | 8 Mar 2021

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