ConfigurationsEverything you need
A complete set of configurations for a cohesive, modern Linux experience. Each file is crafted for efficiency and aesthetics.
shell
Fish Shell
Modern shell configuration with smart aliases, zoxide integration, and custom functions
Smart directory jumping with zoxideModern ls/cat replacements (eza, bat)Starship prompt integration
terminal
Ghostty Terminal
AMOLED-optimized terminal with transparency, blur effects, and Cyberdream palette
True black background with transparencyDisplay-P3 color space for vivid colorsCustom Cyberdream color palette+1 more
terminal
Kitty Terminal
GPU-accelerated terminal with custom tab bar, cursor trail, and performance optimizations
Custom pill-shaped tab bar designSmooth cursor trail animationHigh-refresh rate optimizations+1 more
prompt
Starship Prompt
Powerline-style prompt with Gruvbox colors, git status, and language detection
Gruvbox dark color paletteGit branch & status displayLanguage version detection+1 more
system
Fastfetch
System information display with custom layout and hardware details
Compact Arch Linux brandingHardware monitoring (CPU, GPU, RAM)Disk usage for dual-boot setup+1 more
// Inspired by Catnap - Organized Edition
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "arch",
"type":"small",
"padding": { "top": 2 }
},
"display": { "separator": " " },
"modules": [
{ "key": "╭───────────╮", "type": "custom" },
// --- GROUP 1: IDENTITY ---
{ "key": "│ {#31} user {#keys}│", "type": "title", "format": "{user-name}" },
{ "key": "│ {#32} hname {#keys}│", "type": "title", "format": "{host-name}" },
{ "key": "│ {#34} uptime {#keys}│", "type": "uptime" },
{ "key": "├───────────┤", "type": "custom" },
// --- GROUP 2: SOFTWARE ---
{ "key": "│ {#33} pkgs {#keys}│", "type": "packages" },
{
"key": "│ {#34}{icon} distro {#keys}│",
"type": "os"
},
{ "key": "│ {#35} kernel {#keys}│", "type": "kernel" },
{ "key": "│ {#36} wm {#keys}│", "type": "wm" },
{ "key": "│ {#31} term {#keys}│", "type": "terminal" },
{ "key": "│ {#32} shell {#keys}│", "type": "shell" },
{ "key": "├───────────┤", "type": "custom" },
// --- GROUP 3: HARDWARE ---
{ "key": "│ {#33} cpu {#keys}│", "type": "cpu", "showPeCoreCount": true },
{ "key": "│ {#35} gpu {#keys}│", "type": "gpu", "hideType": "integrated" },
{ "key": "│ {#34} windows {#keys}│", "type": "disk", "folders": "/mnt/Windows" },
{ "key": "│ {#34} linux {#keys}│", "type": "disk", "folders": "/" },
{ "key": "│ {#36} memory {#keys}│", "type": "memory" },
{ "key": "│ {#31} battery {#keys}│", "type": "battery" },
{ "key": "╰───────────╯", "type": "custom" }
]
}
system
Fastfetch (Small)
Minimal system information display with compact Arch Linux branding
Compact single-line layoutEssential system info onlyArch Linux logo+1 more