Updated Neovim Plugins as well as cleaned up aerospace config and sketbar config and added fastfetch config
23 lines
394 B
JSON
23 lines
394 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "file",
|
|
"source": "/Users/jirayu/.config/fastfetch/logo.txt",
|
|
"height": 25,
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
"uptime",
|
|
"packages",
|
|
"shell",
|
|
"gpu",
|
|
"memory",
|
|
"swap",
|
|
"disk",
|
|
"battery",
|
|
"poweradapter",
|
|
"colors"
|
|
]
|
|
}
|