Initial commit: Add dotfiles and custom zsh theme

This commit is contained in:
Aaron D. Lee
2025-12-13 23:18:59 -05:00
commit bcdc53a6e6
14 changed files with 1883 additions and 0 deletions

7
tmux/.tmux.conf Normal file
View File

@@ -0,0 +1,7 @@
set-option -g default-shell /usr/bin/zsh
set -g pane-border-format "#{pane_index} #{pane_title}"
set -g pane-border-status bottom
bind-key U resize-pane -U 8
bind-key D resize-pane -D 8
bind-key L resize-pane -L 8
bind-key R resize-pane -R 8