|
@@ -0,0 +1,38 @@
|
|
|
+[general]
|
|
|
+import = [
|
|
|
+ "C:/Users/DanielS/git/dotfiles/alacritty/.config/alacritty/themes/autumn.toml"
|
|
|
+]
|
|
|
+
|
|
|
+[font]
|
|
|
+size = 9.5
|
|
|
+
|
|
|
+[font.bold]
|
|
|
+family = "RobotoMono Nerd Font"
|
|
|
+style = "Bold"
|
|
|
+
|
|
|
+[font.bold_italic]
|
|
|
+family = "RobotoMono Nerd Font"
|
|
|
+style = "Bold Italic"
|
|
|
+
|
|
|
+[font.italic]
|
|
|
+family = "RobotoMono Nerd Font"
|
|
|
+style = "Italic"
|
|
|
+
|
|
|
+[font.normal]
|
|
|
+family = "RobotoMono Nerd Font"
|
|
|
+style = "Regular"
|
|
|
+
|
|
|
+[colors]
|
|
|
+draw_bold_text_with_bright_colors = true
|
|
|
+
|
|
|
+#[terminal.shell]
|
|
|
+#program = "C:/system32/WindowsPowerShell/v1.0/powershell.exe"
|
|
|
+#program = "wsl.exe"
|
|
|
+#args = ["-d", "Debian"]
|
|
|
+
|
|
|
+[keyboard]
|
|
|
+
|
|
|
+[[keyboard.bindings]]
|
|
|
+action = "CreateNewWindow"
|
|
|
+key = "X"
|
|
|
+mods = "Control|Shift"
|