Skip to content

Instantly share code, notes, and snippets.

@NetzwergX
Created July 10, 2025 08:59
Show Gist options
  • Save NetzwergX/d08e63b1b5a691755d5079c7da04fc7c to your computer and use it in GitHub Desktop.
Save NetzwergX/d08e63b1b5a691755d5079c7da04fc7c to your computer and use it in GitHub Desktop.
MacOS zsh config
eval "$(oh-my-posh init zsh --config $(brew --prefix oh-my-posh)/themes/polygnome.omp.json)"
alias lsi='eza -al --icons --git --group-directories-first'
# Completion system
autoload -Uz compinit
fpath=(/opt/homebrew/share/zsh/site-functions $fpath)
compinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment