mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 23:23:50 +00:00
optimize and modernize alacritty config
This commit is contained in:
parent
dc79bf08fd
commit
5a0f72c169
@ -1,6 +1,12 @@
|
|||||||
|
import = [
|
||||||
|
"~/AppData/Roaming/alacritty/catppuccin-mocha.toml",
|
||||||
|
# "~/AppData/Roaming/alacritty/catppuccin-latte.toml",
|
||||||
|
]
|
||||||
|
live_config_reload = true
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
program = "pwsh"
|
program = "pwsh"
|
||||||
args = [ "-WorkingDirectory ~" ]
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "CaskaydiaCove Nerd Font Mono" }
|
[font.normal]
|
||||||
|
family = "CaskaydiaCove Nerd Font Mono"
|
||||||
|
Loading…
Reference in New Issue
Block a user