feat: add templating for laptop dotfiles

This commit is contained in:
Robert Perce 2026-03-20 00:07:21 -05:00
parent caf6e25e43
commit bdf7e407cb
21 changed files with 437 additions and 52 deletions

View file

@ -1,9 +1,17 @@
bind | split-window -h
bind - split-window -v
set -g status on
bind b last-window
bind C-b last-window
bind | split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"
unbind '"'
unbind %
bind b last-window
bind c new-window
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
set -g base-index 1
setw -g pane-base-index 1
@ -21,7 +29,13 @@ set -g status-right-length 50
set -g status-justify left
set -g status-left "#[fg=blue,bold]#S#[fg=brightblack] ⧽ "
{{- if has "phone" .class }}
set -g status-right "#[fg=brightblack]⧼ %Y-%m-%d"
{{- else }}
set -g status-interval 1
set -g status-right "#[fg=brightblack] ⧼ %H:%M:%S ⧼ %Y-%m-%d"
{{- end }}
set -g window-status-format "#[fg=cyan]#I:#W#F"
set -g window-status-current-format "#[fg=black,bg=cyan]#I#[fg=black,bg=cyan,nobold,noitalics,nounderscore]:#[fg=black,bg=cyan]#W#F"