init:dotfiles

This commit is contained in:
Dich
2025-05-28 20:40:21 +08:00
parent de050d50a6
commit 05707a142c
44 changed files with 9008 additions and 0 deletions

162
fastfetch/config.jsonc Normal file
View File

@ -0,0 +1,162 @@
{
"display": {
"separator": " ",
},
"logo": {
"source": "apple",
"padding": {
"top": 0
},
},
"modules": [
{
"type": "custom",
"format": "\u001b[36m╭────────────┬──────────────────Hardware───────────────────────╮",
},
{
"type": "host",
"key": " PC │",
"keyColor": "cyan",
"format": "{2}",
"outputColor": "cyan",
},
{
"type": "board",
"key": "│ ╠ Board │",
"keyColor": "cyan",
"format": "{1}",
"outputColor": "cyan",
},
{
"type": "cpu",
"key": "│ ╠ CPU │",
"keyColor": "cyan",
"format": "{1}",
"outputColor": "cyan",
},
{
"type": "gpu",
"key": "│ ╠ GPU │",
"keyColor": "cyan",
"format": "{1} {2}",
"outputColor": "cyan",
},
{
"type": "memory",
"key": "│ ╠ RAM │",
"keyColor": "cyan",
"outputColor": "cyan",
},
{
"type": "disk",
"key": "│ ╠ Disk │",
"keyColor": "cyan",
"outputColor": "cyan",
"format": "{1} / {2} ({3}) {9}",
},
{
"type": "display",
"key": "│ ╠󰍺 Display │",
"keyColor": "cyan",
"outputColor": "cyan",
"format": "{1}x{2}@{3}Hz in {12}-inch",
},
{
"type": "battery",
"key": "│ ╠ Battery │",
"keyColor": "cyan",
"outputColor": "cyan",
},
{
"type": "uptime",
"key": "│ ╚ Uptime │",
"keyColor": "cyan",
"format": "{1} days {2} hours {3} minutes",
"outputColor": "cyan",
},
{
"type": "custom",
"format": "\u001b[36m╰────────────┴─────────────────────────────────────────────────╯",
},
{
"type": "custom",
"format": "\u001b[34m╭────────────┬──────────────────Software───────────────────────╮",
},
{
"type": "os",
"key": " OS │",
"keyColor": "blue",
"format": "{2} {8} {12}",
"outputColor": "blue",
},
{
"type": "kernel",
"key": "│ ╠ Kernel │",
"keyColor": "blue",
"format": "{1} {2}",
"outputColor": "blue",
},
{
"type": "packages",
"key": "│ ╠󰏖 Packages│",
"keyColor": "blue",
"outputColor": "blue",
},
{
"type": "shell",
"key": "│ ╠ Shell │",
"keyColor": "blue",
"outputColor": "blue",
"format": "nushell",
},
{
"type": "terminal",
"key": "│ ╠ Terminal│",
"keyColor": "blue",
"outputColor": "blue",
"format": "{5} {6}",
},
{
"type": "lm",
"key": "│ ╠󰍂 LM │",
"keyColor": "blue",
"outputColor": "blue",
},
{
"type": "de",
"key": "│ ╠ DE │",
"keyColor": "blue",
"outputColor": "blue",
"format": "{2}",
},
{
"type": "terminalfont",
"key": "│ ╠󰬴 TermFont│",
"keyColor": "blue",
"outputColor": "blue",
},
{
"type": "icons",
"key": "│ ╠ Icons │",
"keyColor": "blue",
"outputColor": "blue",
"format": "{1} {2}",
},
{
"type": "title",
"key": "│ ╚ Hostname│",
"keyColor": "blue",
"outputColor": "blue",
"format": "{8}",
},
{
"type": "custom",
"format": "\u001b[34m╰────────────┴─────────────────────────────────────────────────╯",
},
{
"type": "custom",
"format": "\u001b[90m \u001b[91m \u001b[92m \u001b[93m \u001b[94m \u001b[95m \u001b[96m \u001b[97m \u001b[97m \u001b[96m \u001b[95m \u001b[94m \u001b[93m \u001b[92m \u001b[91m \u001b[90m",
},
],
}