repos / dotfiles

my dotfiles

commit
7ffea92
parent
77b51e5
author
Eric bower
date
2025-07-06 22:53:38 -0400 EDT
chore: changes
2 files changed,  +5, -9
M dot/tmux.conf
+3, -3
 1@@ -6,7 +6,6 @@ bind-key C-Space send-prefix
 2 set -ag terminal-overrides ",xterm-256color:RGB"
 3 # https://unix.stackexchange.com/a/400954
 4 set -g default-terminal "xterm-256color"
 5-# set-option -ga terminal-overrides ",xterm-256color:Tc"
 6 set -g set-clipboard on
 7 set-option -ga update-environment ' SWAYSOCK'
 8 set-option -ga update-environment ' DISPLAY'
 9@@ -19,12 +18,13 @@ bind % split-window -h -c "#{pane_current_path}"
10 # fix highlight style
11 set-window-option -g mode-style "fg=default,bg=default,reverse"
12 
13+# vim copy mode bindings
14+setw -g mode-keys vi
15 # List of plugins
16 set -g @plugin 'tmux-plugins/tpm'
17 set -g @plugin 'tmux-plugins/tmux-sensible'
18 set -g @plugin 'christoomey/vim-tmux-navigator'
19-set -g @plugin 'tmux-plugins/tmux-yank'
20-# set -g @plugin 'tmux-plugins/tmux-sensible'
21+# set -g @plugin 'tmux-plugins/tmux-yank'
22 set -g @plugin 'dracula/tmux'
23 set -g @dracula-plugins "time"
24 set -g @dracula-show-timezone false
M dot_config/fish/config.fish
+2, -6
 1@@ -4,10 +4,9 @@ fish_add_path ~/.deno/bin ~/.yarn/bin ~/go/bin ~/.npm-packages/bin ~/bin /usr/lo
 2 
 3 switch (uname)
 4   case Darwin
 5-    fish_add_path /opt/homebrew/opt/node@18/bin
 6+    fish_add_path /opt/homebrew/opt/node@20/bin
 7     fish_add_path /opt/homebrew/bin
 8-    # fish_add_path /usr/local/sbin
 9-    abbr -a aptible-login "aptible login --lifetime 7days --email eric.bower@aptible.com"
10+    fish_add_path ~/.local/bin
11   case Linux
12     if status --is-interactive
13       keychain --eval --quiet ~/.ssh/id_ed25519 76D3FD02 | source
14@@ -47,6 +46,3 @@ abbr -a logs "ssh pipe sub /pico/log-drain -k | jq -r"
15 if type -q direnv
16   direnv hook fish | source
17 end
18-
19-# uv
20-fish_add_path "/home/erock/.local/bin"