My Oh My Zsh Setup
oh my zsh https://ohmyz.sh/ Oh my zsh is an open source project that allows you to customize your z shell. I use it for the following reasons: It makes my terminal look pretty It shows me what git branch I am on It shows me the status of my git repo It shows me the exit code for failed commands It shows my currently activated virtual environment It shows me my currently selected python version (via pyenv) It auto corrects my command line typos Installation Navigate to the installation page at https://ohmyz.sh/#install , copy the curl command to perform the installation. A script will run that installs oh my zsh and modifies your ~/.zshrc file to load it. Configuration By default oh my zsh will set your theme for you and do some basic configuration. I prefer to use the powerlevel10k theme, which can be found here: https://github.com/romkatv/powerlevel10k ....