SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Shell oh-my-zsh Projects
-
ohmyzsh
🙃 A delightful community-driven (with 2,100+ 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 so that makes it easy to keep up with the latest updates from the community.
Project mention: Made a tool to talk to ChatGPT from the terminal. | reddit.com/r/ChatGPT | 2023-02-04 -
Project mention: spaceship-prompt v4.7.0 introduces OCaml support. It displays the version of OCaml in the prompt within OCaml projects (opam, esy or pure ocaml are supported) | reddit.com/r/ocaml | 2022-11-02
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Project mention: Plugin to list, access or open a tmux session when a new shell is opened. | reddit.com/r/zsh | 2022-09-24
I was just looking through this zsh "awesome list" looking for inspiration for stuff to try (i.e. procrastinating) and noticed this commit. Damn that was fast haha!
-
Moreover, there are tools were made on top of those to provide more functionalities, and fill some of the gaps, for instance, oh-my-zsh, Prezto, oh-my-fish, and much more. However, the default embedded terminal in macOS is still lacking something. That's why iTerm and other terminal like Hyper. It provides you a set of customization to boost your productivity.
-
-
Project mention: driesvints/dotfiles: Get started with your own dotfiles. | reddit.com/r/dotfiles | 2022-09-02
-
Project mention: term-edit.nvim: making vim key bindings work in terminal buffers | reddit.com/r/neovim | 2023-01-20
Thank you for your answer, I'm using zsh and zsh-vi-mode, and, at least in my experience, it works GREAT!
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
Let OhMyZsh do it!
-
zsh-quickstart-kit
A simple ZSH quickstart for using ZSH, zgenom, oh-my-zsh and a curated list of extra plugins. It is designed to be easy to customize without requiring you to maintain your own fork.
-
Take a look at how zsh-in-docker does it. You just need to add some environment variables to .zshrc.
-
Project mention: Terminal Notifications over Slack and Discord - Nudge Notifier | reddit.com/r/commandline | 2023-01-31
Also, there is a https://github.com/marzocchi/zsh-notify
-
-
-
# Set ZSH_CUSTOM if it's not already (used by our PLUGINS_PATH below) if [ -z $ZSH_CUSTOM ]; then ZSH_CUSTOM="$HOME/.oh-my-zsh/custom" fi # Install additional plugins to this path PLUGINS_PATH="${ZSH_CUSTOM}/plugins" # Define function for installing plugins for use below function install-plugin() { plugin_repo=$1 plugin_name=$2 echo "Downloading Plugin: $plugin_name" echo "Using: $plugin_repo" echo "To: $PLUGINS_PATH/$plugin_name" echo "git clone $plugin_repo $PLUGINS_PATH/$plugin_name" git clone $plugin_repo $PLUGINS_PATH/$plugin_name plugin_list="${plugin_list}$plugin_name " } echo "Installing Plugins..." install-plugin https://github.com/djui/alias-tips alias-tips install-plugin https://github.com/wting/autojump autojump install-plugin https://github.com/TamCore/autoupdate-oh-my-zsh-plugins autoupdate install-plugin https://github.com/zsh-users/zsh-autosuggestions autosuggestions echo "Plugins Installed. Add them by copying th following into your ~/.zshrc plugins=( $plugin_list ) " # For auto jump we must install it using it's own script cd "$PLUGINS_PATH/autojump" ./install.py
-
ezsh
quickly install zsh, oh-my-zsh with power-level-9k zsh-completions zsh-autosuggestions zsh-syntax-highlighting history-substring-search
-
-
Project mention: Question: make role with explicit username work with different users in different hosts | reddit.com/r/ansible | 2022-03-15
I'm new to Ansible and for the first side project I'm using the following role to use ZSH with Antigen: https://github.com/gantsign/ansible_role_antigen
-
cdc
☣️ Shell plugin for zsh/bash that allows you to cd to subdirectories of user-defined directories from anywhere, without editing CDPATH.
Zsh along with Oh My Zsh has been my shell for years now. I make heavy use of the cdc and zsh-autosuggestions for moving between repos.
-
-
oh-my-azure-cloud-shell
This provides an OPINIONATED collection of scripts to set up oh-my-zsh and oh-my-posh to your Azure Cloud Shell environment
-
dotfiles
My dracula themed dotfiles (i3, kitty, neofetch, neovim, polybar, picom, zsh, ...) (by SIMULATAN)
I'm glad you asked! There are plenty of dotfiles managers out there, like chezmoi, Dotbot, or yadm (you can see a list here and a comparison table (from chezmoi, thus biased) here. But for this tutorial (and my dotfiles), I chose dotter.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Shell oh-my-zsh related posts
- spaceship-prompt v4.7.0 introduces OCaml support. It displays the version of OCaml in the prompt within OCaml projects (opam, esy or pure ocaml are supported)
- spaceship-prompt v4.7.0 introduces Scala support. It displays the version of the Scala compiler in the prompt within Scala projects.
- How to change colorscheme?
- Do you use emacs mode in the shell?
- Helix 22.08
- One line command to use Vi bindings in Terminal
- bun.sh vs create-react-app
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea58fcdc40>
www.saashub.com | 5 Feb 2023
Index
What are some of the best open-source oh-my-zsh projects in Shell? This list will help you:
Project | Stars | |
---|---|---|
1 | ohmyzsh | 154,838 |
2 | spaceship-prompt | 17,961 |
3 | awesome-zsh-plugins | 12,279 |
4 | oh-my-fish | 9,153 |
5 | zsh-nvm | 1,930 |
6 | dotfiles | 1,793 |
7 | zsh-vi-mode | 1,685 |
8 | git-extra-commands | 849 |
9 | termux-ohmyzsh | 699 |
10 | zsh-quickstart-kit | 614 |
11 | zsh-in-docker | 568 |
12 | zsh-notify | 457 |
13 | jovial | 303 |
14 | history-sync | 192 |
15 | autoupdate-oh-my-zsh-plugins | 183 |
16 | ezsh | 155 |
17 | kube-aliases | 78 |
18 | ansible_role_antigen | 26 |
19 | cdc | 19 |
20 | zsh-bitwarden | 13 |
21 | oh-my-azure-cloud-shell | 10 |
22 | dotfiles | 6 |
23 | dotfiles | 3 |