2026-06-21 15:41:51 +02:00
|
|
|
# Set custom zsh directory
|
|
|
|
|
ZSH_CUSTOM="$HOME/.zsh"
|
|
|
|
|
|
|
|
|
|
# Set theme
|
|
|
|
|
ZSH_THEME="powerlevel10k/powerlevel10k"
|
|
|
|
|
|
|
|
|
|
# Enable plugins
|
|
|
|
|
plugins=(
|
|
|
|
|
git gh sudo ssh ruby rust python node rsync nvm rbenv pyenv
|
|
|
|
|
docker docker-compose zsh-autosuggestions zsh-syntax-highlighting
|
|
|
|
|
zsh-interactive-cd zsh-navigation-tools
|
|
|
|
|
)
|