From 23fee81e1ff813da32a1f38865cbb079ee061bf7 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 16 May 2025 09:15:49 +0200 Subject: [PATCH] update --- .gitmodules | 3 --- alacritty-theme | 1 - alacritty.toml | 23 ----------------------- 3 files changed, 27 deletions(-) delete mode 160000 alacritty-theme delete mode 100644 alacritty.toml diff --git a/.gitmodules b/.gitmodules index cc0057b..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "alacritty-theme"] - path = alacritty-theme - url = https://github.com/alacritty/alacritty-theme diff --git a/alacritty-theme b/alacritty-theme deleted file mode 160000 index 86c5784..0000000 --- a/alacritty-theme +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 86c578469e2bf784faf6f916883bf48349ff4f6d diff --git a/alacritty.toml b/alacritty.toml deleted file mode 100644 index 9150240..0000000 --- a/alacritty.toml +++ /dev/null @@ -1,23 +0,0 @@ -[general] -import = [ - "~/src/dotfiles/alacritty-theme/themes/kanagawa_dragon.toml" -] - -[font] -size = 16 - -[font.bold] -family = "FiraCode Nerd Font" -style = "Bold" - -[font.bold_italic] -family = "FiraCode Nerd Font" -style = "Bold Italic" - -[font.italic] -family = "FiraCode Nerd Font" -style = "Italic" - -[font.normal] -family = "FiraCode Nerd Font" -style = "Regular"