1
0
Fork 0

use stow for dotfiles (#1)

Reviewed-on: #1
This commit is contained in:
Von Random 2023-02-04 12:45:02 +02:00
parent a282cf4d63
commit 8789a2a83e
33 changed files with 37 additions and 24 deletions

View file

@ -0,0 +1,48 @@
scrolling:
history: 15000
font:
builtin_box_drawing: true
normal:
family: Fantasque Sans Mono
size: 15
colors:
primary:
background: '0x282828'
foreground: '0xebdbb2'
cursor:
cursor: '0xfb4934'
selection:
text: CellForeground
background: '0x565656'
normal:
black: '0x282828'
red: '0xcc241d'
green: '0x98971a'
yellow: '0xd79921'
blue: '0x458588'
magenta: '0xb16286'
cyan: '0x689d6a'
white: '0xa89984'
bright:
black: '0x928374'
red: '0xfb4934'
green: '0xb8bb26'
yellow: '0xfabd2f'
blue: '0x83a598'
magenta: '0xd3869b'
cyan: '0x8ec07c'
white: '0xebdbb2'
cursor:
thickness: 0.3
style:
shape: Underline
mouse_bindings:
- { mouse: Middle, action: PasteSelection }
key_bindings:
- { key: V, mods: Alt, action: Paste }
- { key: C, mods: Alt, action: Copy }

View file

@ -0,0 +1,92 @@
# I am config
font_family Cascadia Code PL
font_features CascadiaCodePL-Regular +ss19
font_features CascadiaCodePLRoman-SemiBold +ss19
font_features CascadiaCodePL-Italic +ss19 +ss01
font_features CascadiaCodePLItalic-SemiBold +ss19 +ss01
font_size 15
adjust_line_height 0
box_drawing_scale 0.1, 0.5, 1, 1.5
disable_ligatures cursor
cursor_blink_interval 0
tab_title_template "{index}┇{title}"
tab_bar_style slant
tab_bar_edge top
active_tab_foreground #ebdbb2
active_tab_background #282828
active_tab_font_style bold
inactive_tab_background #a89984
inactive_tab_foreground #282828
inactive_tab_font_style italic
tab_bar_background #a89984
enabled_layouts splits,stack
enable_audio_bell no
strip_trailing_spaces always
open_url_with default
window_padding_width 0
placement_strategy top-left
remember_window_size no
initial_window_width 120c
initial_window_height 30c
resize_in_steps yes
shell_integration no-cursor
map ctrl+g>c new_tab
map ctrl+g>n next_tab
map ctrl+g>p prev_tab
map ctrl+g>x close_window
map ctrl+g>s launch --location=hsplit
map ctrl+g>v launch --location=vsplit
map ctrl+g>r start_resizing_window
map ctrl+g>h neighboring_window left
map ctrl+g>j neighboring_window down
map ctrl+g>k neighboring_window up
map ctrl+g>l neighboring_window right
map ctrl+g>f show_scrollback
map ctrl+g>z toggle_layout stack
map ctrl+g>1 goto_tab 1
map ctrl+g>2 goto_tab 2
map ctrl+g>3 goto_tab 3
map ctrl+g>4 goto_tab 4
map ctrl+g>5 goto_tab 5
map ctrl+g>6 goto_tab 6
map ctrl+g>7 goto_tab 7
map ctrl+g>8 goto_tab 8
map ctrl+g>9 goto_tab 9
map ctrl+g>0 goto_tab 10
map alt+c copy_to_clipboard
map ctrl+alt+c copy_to_clipboard
map alt+v paste_from_clipboard
map ctrl+alt+v paste_from_clipboard
mouse_map left click ungrabbed mouse_click_url_or_select
mouse_map alt+left press ungrabbed mouse_selection rectangle
# Gruvbox Dark
selection_foreground #282828
selection_background #83a598
foreground #ebdbb2
background #282828
cursor #fb4934
cursor_text_color #282828
color0 #282828
color1 #cc241d
color2 #98971a
color3 #d79921
color4 #458588
color5 #b16286
color6 #689d6a
color7 #a89984
color8 #928374
color9 #fb4934
color10 #b8bb26
color11 #fabd2f
color12 #83a598
color13 #d3869b
color14 #8ec07c
color15 #ebdbb2