Oh My Zsh Setup¶
This page covers the setup and configuration of Oh My Zsh included in this repository.
Installation¶
You can install Oh My Zsh using the provided script:
./_zsh_/omz-init.sh
View Installation Script Source
This script will:
- Update package lists
- Install essential packages
- Install curl, wget, git, and zsh
- Install git-core, curl, and fonts-powerline
- Install Oh My Zsh
- Install Powerlevel10k theme
Powerlevel10k Theme¶
The script sets up the Powerlevel10k theme, which provides a highly customizable prompt with many features.
After installation, you need to:
- Open your
~/.zshrcfile - Find the line that sets
ZSH_THEME - Change its value to
powerlevel10k/powerlevel10k
The first time you open a new terminal after this change, the Powerlevel10k configuration wizard will run automatically.
Customization¶
For further customization of your Oh My Zsh setup, you can:
- Install additional plugins by adding them to the
plugins=()array in your~/.zshrc - Add custom aliases to your
~/.zsh-alias.shfile - Sync your aliases using the
sync-zsh-alias.shscript
View Aliases Sync Script Source
References¶
For more information, see the official documentation: