Skip to content

Aiola13/zsh-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update : 2026-06-02

Burger King Badge Lada Badge

Informations

Operating System : macOS

Terminal Client : Tabby

Text Editor : VSCode

Icons : MesloLGS NF

Packages

Shell

  • zsh : More intuitive than bash

Commands

  • bat : Better cat
  • btop : Better htop
  • cheat : Better man, all your cheatsheets in your terminal
  • duf : Better df -h with graphics (Thx @Lucroz94)
  • eza : Modern replacement for ls (maintained fork of exa)
  • fastfetch : System info on launch (faster neofetch)
  • fd : Better find
  • ncdu : Display your storage simply and graphically

Theme + Frameworks

  • oh-my-zsh : Framework for managing your zsh configuration
  • powerlevel10k : Customize your command prompt to perfection

Tools

Oh My Zsh plugins

git · docker · docker-compose · sudo · history · colored-man-pages · extract · web-search · zsh-autosuggestions · zsh-syntax-highlighting

Install for macOS

One-liner (recommended)

The install script handles everything: Homebrew, the CLI tools, Oh My Zsh, Powerlevel10k, the plugins, and copies the config files into your home.

zsh -c "$(curl -fsSL https://raw.githubusercontent.com/Aiola13/zsh-profile/main/macos_install_utils.zsh)"
Or clone the repo first
git clone https://github.com/Aiola13/zsh-profile.git
cd zsh-profile
zsh macos_install_utils.zsh

Manual install

Homebrew packages

brew install fastfetch bat eza btop ncdu duf fd cheat

Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Powerlevel10k (as an Oh My Zsh theme)

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git \
  "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k"

zsh-autosuggestions

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

zsh-syntax-highlighting

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

Config files

cp .zshrc ~/.zshrc
cp .p10k.zsh ~/.p10k.zsh
exec zsh

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages