This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# My oh-my-zsh + Spaceship Prompt Configuration | |
# This configuration sets up your terminal using oh-my-zsh with the Spaceship Prompt theme, | |
# along with a few useful plugins and custom aliases for a better developer experience. | |
## Prerequisites | |
# 1. Install oh-my-zsh - a popular framework for managing your Zsh configuration. | |
# 2. Install Spaceship Prompt - a minimalistic, customizable Zsh prompt. | |
# 3. Ensure the required plugins (git, zsh-syntax-highlighting, zsh-autosuggestions) are installed. |