feat: datcode

This commit is contained in:
Dan Finch 2026-07-17 15:57:16 +02:00
commit 25bb67e958
66 changed files with 5821 additions and 0 deletions

17
data/tmux/tmux.conf Normal file
View file

@ -0,0 +1,17 @@
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set-option -g history-limit 100000
set -g mouse on
set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "cwd git"
set -g @dracula-show-left-icon "#S"
set -g @dracula-git-disable-status true
set -g pane-border-lines heavy
# tpm - keep at bottom
run '~/.tmux/plugins/tpm/tpm'