- starship.toml: rainbow p10k-style prompt with powerline segments - ghostty: JetBrains Mono, TokyoNight theme, clipboard settings - zellij: tokyo-night-custom theme, Alt keybinds, Fish as default shell - fastfetch: custom colors (magenta/blue), full module list with battery - fish config.fish: ported from zsh — starship, zoxide, direnv, fzf, zellij auto-attach on ghostty, all aliases (eza, bat, docker, ansible, uv), addalias/listalias functions, fastfetch on login - .chezmoiignore: servers skip ghostty, zellij, fastfetch; source reference dirs (laptop/, manjaro/) excluded from deployment
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
# Ignore workstation-only configs on servers
|
|
{{ if eq .machine_type "server" }}
|
|
dot_config/ghostty
|
|
dot_config/zellij
|
|
dot_config/fastfetch
|
|
{{ end }}
|
|
|
|
# Source reference files — not deployed
|
|
laptop/
|
|
manjaro/
|
|
README.md
|
|
LICENSE
|