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"