Skip to content

Commit

Permalink
migrate alacritty config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kuwata0037 committed Apr 16, 2024
1 parent 3d65c9a commit 3dae0ca
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 878 deletions.
23 changes: 23 additions & 0 deletions private_dot_config/private_alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[font]
size = 16.0

[font.bold]
family = "HackGen Console NF"
style = "Bold"

[font.bold_italic]
family = "HackGen Console NF"
style = "Bold Italic"

[font.italic]
family = "HackGen Console NF"
style = "Italic"

[font.normal]
family = "HackGen Console NF"
style = "Regular"

[window]
decorations = "full"
opacity = 0.8
startup_mode = "Windowed"
Loading

0 comments on commit 3dae0ca

Please sign in to comment.