feat: Brewfile and included config files (bashrc, kitty, ssh homelab aliases)

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mortdecai
2026-09-15 19:08:10 -04:00
parent f672ef1ebd
commit bf0d48ec30
5 changed files with 141 additions and 0 deletions
+81
View File
@@ -0,0 +1,81 @@
# Sethian Terminal Theme - optimized for web/mobile via Xpra
# Large font for mobile readability
font_family JetBrains Mono
font_size 16.0
bold_font auto
italic_font auto
# Sethian colors
foreground #e0e0e0
background #0a0a0a
background_opacity 1.0
cursor #D35400
cursor_shape beam
selection_foreground #0a0a0a
selection_background #D35400
# Tab bar - bottom, minimal, touch-friendly
tab_bar_edge bottom
tab_bar_style powerline
tab_bar_min_tabs 1
active_tab_foreground #0a0a0a
active_tab_background #D35400
inactive_tab_foreground #999999
inactive_tab_background #1a1a1a
tab_title_max_length 20
# Window layout - no wasted space
window_padding_width 2
hide_window_decorations yes
placement_strategy top-left
# Scrollback
scrollback_lines 10000
# Bell
enable_audio_bell no
visual_bell_duration 0.1
visual_bell_color #D35400
# URL handling
url_color #D35400
url_style curly
# Normal colors
color0 #1a1a1a
color1 #cc3333
color2 #4e9a06
color3 #D35400
color4 #3465a4
color5 #75507b
color6 #06989a
color7 #d3d7cf
# Bright colors
color8 #555753
color9 #ef2929
color10 #8ae234
color11 #fce94f
color12 #729fcf
color13 #ad7fa8
color14 #34e2e2
color15 #eeeeec
# Keyboard shortcuts for tab management
map ctrl+shift+t new_tab
map ctrl+shift+w close_tab
map ctrl+shift+right next_tab
map ctrl+shift+left previous_tab
# Performance
repaint_delay 16
input_delay 2
sync_to_monitor no
# --- macOS ---
macos_option_as_alt yes
hide_window_decorations titlebar-only
macos_quit_when_last_window_closed yes