Bring pairty with windows dotfiles
This commit is contained in:
18
dot_config/alacritty/alacritty.toml
Normal file
18
dot_config/alacritty/alacritty.toml
Normal 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"
|
28
dot_config/fastfetch/config.jsonc
Normal file
28
dot_config/fastfetch/config.jsonc
Normal 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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user