Finally add all dotfiles correctly

This commit is contained in:
2025-07-19 14:24:57 -07:00
parent dc8976a1cd
commit 7cadf88d89
60 changed files with 7509 additions and 0 deletions

20
kitty/kitty.conf Normal file
View File

@@ -0,0 +1,20 @@
include themes/gruvbox_dark.conf
font_family Fira Code Regular # or JetBrains Mono
font_size 12
bold_font auto
italic_font auto
bold_italic_font auto
# Enable Wayland support
wayland_titlebar_color background
linux_display_server wayland
# Basic appearance
font_size 12
font_family Fira Code
background_opacity 0.9
# Key bindings
map ctrl+shift+n new_os_window
map ctrl+shift+t new_tab

View File

@@ -0,0 +1,49 @@
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
# This work is licensed under the terms of the MIT license.
# For a copy, see https://opensource.org/licenses/MIT.
background #282828
foreground #ebdbb2
cursor #928374
selection_foreground #928374
selection_background #3c3836
color0 #282828
color8 #928374
# red
color1 #cc241d
# light red
color9 #fb4934
# green
color2 #98971a
# light green
color10 #b8bb26
# yellow
color3 #d79921
# light yellow
color11 #fabd2d
# blue
color4 #458588
# light blue
color12 #83a598
# magenta
color5 #b16286
# light magenta
color13 #d3869b
# cyan
color6 #689d6a
# lighy cyan
color14 #8ec07c
# light gray
color7 #a89984
# dark gray
color15 #928374