My terminal customization setup for Debian 12, featuring Zsh, Oh My Zsh, Powerlevel10k, and colorls.
This repository contains configuration files for a vibrant and productive Zsh terminal:
.zshrc: Configures Zsh with Oh My Zsh, plugins (git,zsh-autosuggestions,zsh-syntax-highlighting), andcolorlsaliases..p10k.zsh: Configures Powerlevel10k with a rainbow prompt style, usingnerdfont-v3.
Inspired by Customizing Your Terminal: Becoming a Zsh Power User.
-
Install dependencies:
- Zsh, Oh My Zsh
- Powerlevel10k
- Meslo Nerd Font
- colorls
-
Copy configuration files:
cp .zshrc ~/.zshrc cp .p10k.zsh ~/.p10k.zsh
-
Source Zsh configuration:
source ~/.zshrc
Here are some screenshots showcasing the terminal setup:
This project is licensed under the MIT License - see the LICENSE file for details.

