Skip to content

Commit

Permalink
fix: alarictty with toml config file as yaml is deprecating
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Nov 19, 2023
1 parent ccca570 commit e170a09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions home/.config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cursor = { style = { blinking = "Always" }, blink_interval = 750, blink_timeout = 0 }
font = { normal = { family = "Commit Mono Nerd Font" } }
shell = { program = "/usr/bin/fish", args = [ "--login", "--interactive" ] }
window = { opacity = 0.90, dynamic_title = true }

# import theme
import = [ "~/.config/alacritty/themes/catppuccin-mocha.yml" ]

2 changes: 1 addition & 1 deletion home/.config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cursor:
blink_timeout: 0
font:
normal:
family: "Commit Mono"
family: "Commit Mono Nerd Font"
shell:
program: /usr/bin/fish
args:
Expand Down

0 comments on commit e170a09

Please sign in to comment.