Commit a80837d

Eric Bower  ·  2026-06-07 23:12:22 -0400 EDT
parent 7a6ee0c
chore: cleanup
3 files changed,  +0, -79
+0, -40
 1@@ -1,40 +0,0 @@
 2-unbind C-b
 3-set-option -g prefix C-Space
 4-bind-key C-Space send-prefix
 5-
 6-# https://unix.stackexchange.com/a/400954
 7-set -g default-terminal "tmux-256color"
 8-# https://unix.stackexchange.com/a/734894
 9-set -ag terminal-overrides ",tmux-256color:RGB"
10-
11-set -g set-clipboard on
12-set-option -ga update-environment ' SWAYSOCK'
13-set-option -ga update-environment ' DISPLAY'
14-# https://stackoverflow.com/a/18953148
15-set-option -g renumber-windows on
16-# Set new panes to open in current directory
17-bind c new-window -c "#{pane_current_path}"
18-bind '"' split-window -c "#{pane_current_path}"
19-bind % split-window -h -c "#{pane_current_path}"
20-# fix highlight style
21-set-window-option -g mode-style "fg=default,bg=default,reverse"
22-
23-# vim copy mode bindings
24-setw -g mode-keys vi
25-# List of plugins
26-set -g @plugin 'tmux-plugins/tpm'
27-set -g @plugin 'tmux-plugins/tmux-sensible'
28-set -g @plugin 'christoomey/vim-tmux-navigator'
29-# set -g @plugin 'tmux-plugins/tmux-yank'
30-set -g @plugin 'dracula/tmux'
31-set -g @dracula-plugins "time"
32-set -g @dracula-show-timezone false
33-set -g @dracula-day-month false
34-set -g @dracula-military-time false
35-set -g @dracula-show-powerline false
36-set -g @dracula-show-left-icon session
37-set -g @dracula-show-flags true
38-set -g @dracula-git-disable-status true
39-
40-# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
41-run '~/.tmux/plugins/tpm/tpm'
+0, -35
 1@@ -1,35 +0,0 @@
 2-export PATH="${HOMEBREW_PREFIX}/opt/openssl/bin:/opt/homebrew/bin:${HOME}/.yarn/bin:${HOME}/.local/bin:${HOME}/.npm-packages/bin:${HOME}/.local/bin:${HOME}/.local/share/uv/python/cpython-3.11.9-macos-aarch64-none/bin:${HOME}/neovim/bin:/opt/homebrew/opt/node@22/bin:${HOME}/go/bin:/opt/homebrew/opt/libpq/bin:$PATH"
 3-export XDG_CONFIG_HOME=/Users/eric.bower/.config
 4-export AWS_PROFILE=prod-PowerUserAccess
 5-export CLAUDE_CODE_USE_BEDROCK=1
 6-export AWS_REGION=us-east-1
 7-export EDITOR=nvim
 8-
 9-alias ls="ls --color=auto"
10-alias tre="tree -CF --gitignore --dirsfirst -L 2"
11-
12-autoload -Uz vcs_info
13-precmd() { vcs_info }
14-
15-zstyle ':vcs_info:git:*' formats '%b '
16-
17-setopt PROMPT_SUBST
18-PROMPT='%F{blue}%~%f %F{red}${vcs_info_msg_0_}%f$ '
19-
20-source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
21-source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
22-fpath=(~/.zsh/zsh-completions/src $fpath)
23-autoload -Uz compinit
24-compinit
25-
26-docker_clean () {
27-    docker rm -v -f $(docker ps -qa)
28-    docker rmi -f $(docker images -aq)
29-}
30-
31-eval "$(direnv hook zsh)"
32-
33-# Generated by sdxcli
34-if command -v sdxcli &>/dev/null; then
35-    eval "$(sdxcli output-shell-commands --shell zsh)"
36-fi
+0, -4
 1@@ -6,14 +6,12 @@ TRACKED_FILES=(
 2     dot_pi/agent/settings.json
 3     dot_config/
 4     dot/gitconfig
 5-    dot/tmux.conf
 6     dot/mbsyncrc
 7     dot_gnupg/gpg-agent.conf
 8     dot_ssh/config
 9     dot_mblaze/mblaze
10     dot/msmtprc
11     dot/npmrc
12-    dot/zshrc
13     dot/editorconfig
14 )
15 
16@@ -23,14 +21,12 @@ TRACKED_LOCATIONS=(
17     ~/.pi/agent/settings.json
18     ~/.config/
19     ~/.gitconfig
20-    ~/.tmux.conf
21     ~/.mbsyncrc
22     ~/.gnupg/gpg-agent.conf
23     ~/.ssh/config
24     ~/.mblaze/profile
25     ~/.msmtprc
26     ~/.npmrc
27-    ~/.zshrc
28     ~/.editorconfig
29 )
30