diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua deleted file mode 100644 index 6010a6f..0000000 --- a/.config/wezterm/wezterm.lua +++ /dev/null @@ -1,16 +0,0 @@ -local wt = require("wezterm") - -return { - enable_tab_bar = false, - -- font = wt.font("Hack Nerd Font", { weight = 325 }), - font = wt.font("Operator Mono Lig", { weight = 325 }), - -- font = wt.font("Fira Code", { weight = 325 }), - font_size = 25, - color_scheme = "Catppuccin Frappe", - custom_block_glyphs = true, - window_decorations = "RESIZE", - window_close_confirmation = "NeverPrompt", - cursor_blink_ease_in = "Constant", - cursor_blink_ease_out = "Constant", - enable_csi_u_key_encoding = true -} diff --git a/README.md b/README.md index 70d4855..65fa5c6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ ``` bash paru -S kitty -paru -S wezterm ```