Migrate corp configuration to this repository and use flakes

This commit is contained in:
Eli Ribble 2025-07-16 09:32:19 -07:00
parent af5c966e5b
commit ecbb1b932c
17 changed files with 1099 additions and 0 deletions

22
configs/tmux/tmux.conf Normal file
View file

@ -0,0 +1,22 @@
set-option -g default-command /run/current-system/sw/bin/fish
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
# nested tmux, obey me
bind-key a send-prefix
# Avoid the annoying bit of delay when using the control character
set -g escape-time 0
set -g renumber-windows on
# Show a visual bell, even on other windows
#set-window-option -g visual-bell both
#set-window-option -g bell-action any
#set-hook -g alert-bell "run-shell '~/.config/tmux/bell.sh \"#S\" \"#W\"'"
# Set up the window visuals
set -g window-status-style bg=yellow
set -g window-status-current-style bg=red,fg=white