dotfiles/dot_config/fastfetch/config.jsonc
Travis Herbranson 288102ab46 Replace placeholders with real configs, port Zsh to Fish
- 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
2026-05-02 18:49:56 -04:00

52 lines
997 B
Plaintext

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "auto",
"color": {
"1": "magenta",
"2": "blue"
}
},
"display": {
"separator": " ➜ ",
"color": {
"separator": "green",
"keys": "blue",
"title": "magenta"
}
},
"modules": [
{
"type": "title",
"color": {
"user": "magenta",
"at": "white",
"host": "blue"
}
},
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"terminal",
"de",
"wm",
"theme",
"icons",
"font",
"cursor",
"cpu",
"gpu",
"memory",
"disk",
"localip",
"battery",
"locale",
"break",
"colors"
]
}