Skip to content

Commit

Permalink
Migrate alacritty config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Dec 1, 2024
1 parent 96c906e commit 9ba49b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resources/alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import = ["~/.config/alacritty/machine-specific-config.toml"]
live_config_reload = true

[colors.bright]
black = "#575b70"
blue = "#7eaef1"
Expand Down Expand Up @@ -32,5 +29,9 @@ style = "Regular"
family = "JetBrains Mono Nerd Font"
style = "Regular"

[general]
import = ["~/.config/alacritty/machine-specific-config.toml"]
live_config_reload = true

[window]
decorations = "none"

0 comments on commit 9ba49b8

Please sign in to comment.