Bring pairty with windows dotfiles

This commit is contained in:
2024-09-18 13:28:19 -03:00
parent 7f43d29abc
commit 2cf7eef387
9 changed files with 115 additions and 21 deletions

View File

@ -0,0 +1,18 @@
live_config_reload = true
[shell]
program = "pwsh"
args = ["-NoLogo"]
[window]
dimensions.columns = 120
dimensions.lines = 30
dynamic_padding = true
dynamic_title = true
[font]
normal.family = "CaskaydiaCove Nerd Font"
[cursor]
style.shape = "Beam"
style.blinking = "Off"

View File

@ -0,0 +1,28 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"de",
"wm",
"wmtheme",
"theme",
"font",
"cursor",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"localip",
"battery",
"poweradapter",
"weather"
]
}