Update : 2026-06-02
Operating System : macOS
Terminal Client : Tabby
Text Editor : VSCode
Icons : MesloLGS NF
- zsh : More intuitive than bash
- bat : Better
cat - btop : Better
htop - cheat : Better
man, all your cheatsheets in your terminal - duf : Better
df -hwith 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
- oh-my-zsh : Framework for managing your zsh configuration
- powerlevel10k : Customize your command prompt to perfection
- zsh-autosuggestions : Like fish, fish-like autosuggestions
- zsh-syntax-highlighting : Like fish too, command syntax highlighting
git · docker · docker-compose · sudo · history · colored-man-pages · extract · web-search · zsh-autosuggestions · zsh-syntax-highlighting
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.zshbrew install fastfetch bat eza btop ncdu duf fd cheatsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"git clone --depth=1 https://github.com/romkatv/powerlevel10k.git \
"${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k"git clone https://github.com/zsh-users/zsh-autosuggestions \
"${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-autosuggestions"git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
"${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting"cp .zshrc ~/.zshrc
cp .p10k.zsh ~/.p10k.zsh
exec zsh