Oh My Bash

After using oh-my-zsh on my macbook for a few days, I feel the original bash theme not elegant enough. Thus, I start searching something like oh-my-zsh for bash, then I found oh my bash. Oh My Bash is an open source, community-driven framework for managing your bash configuration. Let’s get started. Oh My Bash is installed by running one of the following commands in your terminal. via curl bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" via wget bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)" The above command will execute the following commands line by line. ...

September 9, 2022 · 1 min · Hao Chen