From 7b3516e605168c9198da0940b2156bc11889c146 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Sat, 18 Jul 2026 14:07:07 +0530 Subject: terminal swap from foot to kitty --- .config/foot/foot.ini | 16 ---------------- .config/kitty/kitty.conf | 3 +++ 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 .config/foot/foot.ini create mode 100644 .config/kitty/kitty.conf diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini deleted file mode 100644 index 5153a80..0000000 --- a/.config/foot/foot.ini +++ /dev/null @@ -1,16 +0,0 @@ -shell=zsh -login-shell=no - -app-id=foot -title=foot - -# font=IoskeleyMonoNL Nerd Font:size=12 -font=Terminess Nerd Font Mono:size=14 - -[colors-dark] -alpha=0.9 - -[url] -launch=xdg-open ${url} -osc8-underline=url-mode -regex=(((https?://|mailto:|ftp://|file:|ssh:|ssh://|git://|tel:|magnet:|ipfs://|ipns://|gemini://|gopher://|news:)|www\.)([0-9a-zA-Z:/?#@!$&*+,;=.~_%^\-]+|\([]\["0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*\)|\[[\(\)"0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*\]|"[]\[\(\)0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*"|'[]\[\(\)0-9a-zA-Z:/?#@!$&*+,;=.~_%^\-]*')+([0-9a-zA-Z/#@$&*+=~_%^\-]|\([]\["0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*\)|\[[\(\)"0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*\]|"[]\[\(\)0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*"|'[]\[\(\)0-9a-zA-Z:/?#@!$&*+,;=.~_%^\-]*')) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..ca39d50 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,3 @@ +# font_family GeistMono Nerd Font +font_family Iosevka Nerd Font Mono +font_size 13 -- cgit v1.3