mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(fonts): Sync font config across kitty, ghostty, zed
This commit is contained in:
@@ -42,7 +42,9 @@ window-theme = auto
|
|||||||
window-colorspace = display-p3
|
window-colorspace = display-p3
|
||||||
|
|
||||||
## Font
|
## Font
|
||||||
font-family = JetBrains Mono Nerd Font
|
# font-family = Liga SFMono Nerd Font
|
||||||
|
font-family = MonoLisa
|
||||||
|
font-feature = +calt +liga +ss11 +zero +ss10 +ss15 +ss16 +ss17 +ss18
|
||||||
font-size = 14
|
font-size = 14
|
||||||
|
|
||||||
# Symbols Map
|
# Symbols Map
|
||||||
@@ -70,6 +72,7 @@ gtk-tabs-location = bottom
|
|||||||
gtk-custom-css = theme.css
|
gtk-custom-css = theme.css
|
||||||
|
|
||||||
## Keymaps
|
## Keymaps
|
||||||
|
keybind = ctrl+shift+g=write_screen_file:paste
|
||||||
|
|
||||||
# Splits
|
# Splits
|
||||||
keybind = ctrl+shift+enter=new_split:down
|
keybind = ctrl+shift+enter=new_split:down
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
# vim:fileencoding=utf-8:foldmethod=marker
|
# vim:fileencoding=utf-8:foldmethod=marker
|
||||||
|
|
||||||
# TODO: Display current directory on OS title: even when nvim or any other forground app is running
|
|
||||||
# - <Ctrl+shift> [/] to decrease/increase split size
|
|
||||||
|
|
||||||
#: Fonts {{{
|
#: Fonts {{{
|
||||||
|
|
||||||
#: kitty has very powerful font management. You can configure
|
#: kitty has very powerful font management. You can configure
|
||||||
@@ -251,8 +248,11 @@
|
|||||||
|
|
||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
font_family JetBrains Mono Nerd Font
|
font_family Liga SFMono Nerd Font
|
||||||
|
font_family BerkeleyMono Nerd Font
|
||||||
|
font_family MonoLisa
|
||||||
font_size 14
|
font_size 14
|
||||||
|
font_features MonoLisa +calt +liga +ss11 +zero +ss10 +ss15 +ss16 +ss17 +ss18
|
||||||
bold_font auto
|
bold_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
disable_ligatures never
|
disable_ligatures never
|
||||||
@@ -1216,7 +1216,7 @@ allow_remote_control yes
|
|||||||
tab_bar_style powerline
|
tab_bar_style powerline
|
||||||
tab_powerline_style slanted
|
tab_powerline_style slanted
|
||||||
|
|
||||||
tab_title_template "{index}. {title[title.rfind('/')+1:]} : {tab.active_exe}"
|
tab_title_template "{sup.index}{title[title.rfind('/')+1:]} : {tab.active_exe}"
|
||||||
bell_on_tab "🔔"
|
bell_on_tab "🔔"
|
||||||
|
|
||||||
# Go to specific tab by number
|
# Go to specific tab by number
|
||||||
|
|||||||
@@ -29,12 +29,23 @@
|
|||||||
"icon_theme": "Catppuccin Latte",
|
"icon_theme": "Catppuccin Latte",
|
||||||
"tabs": { "file_icons": true, "git_status": true },
|
"tabs": { "file_icons": true, "git_status": true },
|
||||||
"tab_bar": { "show_nav_history_buttons": false },
|
"tab_bar": { "show_nav_history_buttons": false },
|
||||||
"ui_font_size": 16,
|
"ui_font_size": 17,
|
||||||
"buffer_font_size": 18,
|
"buffer_font_size": 18,
|
||||||
"buffer_font_family": "FuraCode Nerd Font",
|
"buffer_font_family": "MonoLisa",
|
||||||
|
"buffer_font_features": {
|
||||||
|
"calt": true,
|
||||||
|
"liga": true,
|
||||||
|
"ss11": true,
|
||||||
|
"zero": true,
|
||||||
|
"ss10": true,
|
||||||
|
"ss15": true,
|
||||||
|
"ss16": true,
|
||||||
|
"ss17": true,
|
||||||
|
"ss18": true
|
||||||
|
},
|
||||||
"agent_font_size": 18,
|
"agent_font_size": 18,
|
||||||
"terminal": {
|
"terminal": {
|
||||||
"font_family": "FuraCode Nerd Font",
|
"font_family": "MonoLisa",
|
||||||
"font_size": 18,
|
"font_size": 18,
|
||||||
"copy_on_select": true,
|
"copy_on_select": true,
|
||||||
"button": true,
|
"button": true,
|
||||||
@@ -110,10 +121,10 @@
|
|||||||
|
|
||||||
// AI
|
// AI
|
||||||
"agent": {
|
"agent": {
|
||||||
"default_profile": "ask",
|
"default_profile": "write",
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "lmstudio",
|
"provider": "lmstudio",
|
||||||
"model": "mistralai/codestral-22b-v0.1"
|
"model": "unsloth/gpt-oss-20b"
|
||||||
},
|
},
|
||||||
"model_parameters": [],
|
"model_parameters": [],
|
||||||
"notify_when_agent_waiting": "all_screens"
|
"notify_when_agent_waiting": "all_screens"
|
||||||
|
|||||||
Reference in New Issue
Block a user