init dotfiles
This commit is contained in:
7
kitty/.config/kitty/font.conf
Normal file
7
kitty/.config/kitty/font.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
font_family Ubuntu Mono Nerd Font Complete
|
||||
bold_font Ubuntu Mono Bold Nerd Font Complete
|
||||
italic_font Ubuntu Mono Italic Nerd Font Complete
|
||||
bold_italic_font Ubuntu Mono Bold Italic Nerd Font Complete
|
||||
|
||||
font_size 13.0
|
||||
force_ltr yes
|
||||
5
kitty/.config/kitty/keybindings.conf
Normal file
5
kitty/.config/kitty/keybindings.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
map ctrl+shift+enter new_window_with_cwd
|
||||
map ctrl+shift+n new_os_window_with_cwd
|
||||
map ctrl+shift+t new_tab_with_cwd
|
||||
map ctrl+plus change_font_size all +2.0
|
||||
map ctrl+minus change_font_size all -2.0
|
||||
6
kitty/.config/kitty/kitty.conf
Normal file
6
kitty/.config/kitty/kitty.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
include onedark-openai.conf
|
||||
include font.conf
|
||||
include mouse.conf
|
||||
include keybindings.conf
|
||||
include tab-bar.conf
|
||||
include window.conf
|
||||
11
kitty/.config/kitty/mouse.conf
Normal file
11
kitty/.config/kitty/mouse.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
mouse_map left click ungrabbed no-op
|
||||
mouse_map right click ungrabbed no-op
|
||||
mouse_map shift+left click ungrabbed no-op
|
||||
mouse_map shift+right click ungrabbed no-op
|
||||
mouse_map ctrl+left click ungrabbed no-op
|
||||
mouse_map ctrl+right click ungrabbed no-op
|
||||
mouse_map ctrl+shift+left click ungrabbed no-op
|
||||
mouse_map ctrl+shift+right click ungrabbed no-op
|
||||
|
||||
mouse_map ctrl+left click ungrabbed mouse_click_url_or_select
|
||||
url_style single
|
||||
57
kitty/.config/kitty/onedark-openai.conf
Normal file
57
kitty/.config/kitty/onedark-openai.conf
Normal file
@@ -0,0 +1,57 @@
|
||||
# One Dark theme
|
||||
background #282c34
|
||||
foreground #abb2bf
|
||||
|
||||
# normal colors
|
||||
# black
|
||||
color0 #282c34
|
||||
# red
|
||||
color1 #e06c75
|
||||
# green
|
||||
color2 #98c379
|
||||
# yellow
|
||||
color3 #e5c07b
|
||||
# blue
|
||||
color4 #61afef
|
||||
# magenta
|
||||
color5 #c678dd
|
||||
# cyan
|
||||
color6 #56b6c2
|
||||
# white
|
||||
color7 #abb2bf
|
||||
|
||||
# bright colors
|
||||
# bright black
|
||||
color8 #5c6370
|
||||
# bright red
|
||||
color9 #d19a66
|
||||
# bright green
|
||||
color10 #98c379
|
||||
# bright yellow
|
||||
color11 #e5c07b
|
||||
# bright blue
|
||||
color12 #61afef
|
||||
# bright magenta
|
||||
color13 #c678dd
|
||||
# bright cyan
|
||||
color14 #56b6c2
|
||||
# bright white
|
||||
color15 #abb2bf
|
||||
|
||||
# selection color
|
||||
selection_background #3e4451
|
||||
|
||||
# cursor color
|
||||
cursor #abb2bf
|
||||
cursor_shape block
|
||||
|
||||
# gutter color
|
||||
active_border_color #3a3f4b
|
||||
|
||||
# # tab bar colors
|
||||
# tab_bar_background #282c34
|
||||
# tab_active_border_color #61afef
|
||||
# tab_active_border_bottom_color #61afef
|
||||
# tab_inactive_border_color #3a3f4b
|
||||
# tab_inactive_border_bottom_color #3a3f4b
|
||||
# tab_text_color #abb2bf
|
||||
2
kitty/.config/kitty/tab-bar.conf
Normal file
2
kitty/.config/kitty/tab-bar.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
tab_bar_edge top
|
||||
tab_bar_style separator
|
||||
6
kitty/.config/kitty/window.conf
Normal file
6
kitty/.config/kitty/window.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
remember_window_size no
|
||||
initial_window_width 1200
|
||||
initial_window_height 900
|
||||
window_padding_width 2
|
||||
linux_display_server x11
|
||||
enable_audio_bell no
|
||||
Reference in New Issue
Block a user