Files
home/.zshenv
T

25 lines
614 B
Bash
Raw Normal View History

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
)
2026-06-21 19:15:30 +02:00
# Set micro as editor
2026-06-21 19:54:27 +02:00
export EDITOR=micro
# Enable TrueColors for micro
export MICRO_TRUECOLOR=1
2026-06-29 17:21:39 +02:00
# Set custom glamour style
export GLAMOUR_STYLE="$HOME/.catppuccin/glamour/themes/catppuccin-frappe.json"
# Set custom glow style
2026-06-29 17:21:39 +02:00
export GLOW_STYLE="$HOME/.catppuccin/glamour/themes/catppuccin-frappe.json"