Home

Awesome

AP2 ZSH Theme

Terminal Preview

ZSH Preview

Terminal Style

ZSH Preview ZSH Preview

Zsh Syntax Highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Zsh Autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

.zshrc

plugins=( git zsh-syntax-highlighting zsh-autosuggestions )

You can check how to install git on ubuntu and configure .zsh

Install Git On Ubuntu 24.04