misc: changes to ghostty and passthrough

This commit is contained in:
Grace Yoder 2026-03-23 19:24:20 -04:00
parent 70a1581228
commit a2dd719d64
No known key found for this signature in database
4 changed files with 84 additions and 580 deletions

View file

@ -2,73 +2,80 @@ set host (hostname)
if string match -q "*turing*" "$host" if string match -q "*turing*" "$host"
set -x PATH /Users/scie/.local/nvim-macos-arm64/bin \ set -x PATH /Users/scie/.local/nvim-macos-arm64/bin \
/opt/homebrew/Cellar/universal-ctags/HEAD-43ca055/bin \ /opt/homebrew/Cellar/universal-ctags/HEAD-43ca055/bin \
/Users/scie/.local/xonsh-env/xbin \ /Users/scie/.local/xonsh-env/xbin \
/Users/scie/.local/xonsh-env/xbin \ /Users/scie/.local/xonsh-env/xbin \
/opt/homebrew/opt/icu4c@76/sbin \ /opt/homebrew/opt/icu4c@76/sbin \
/opt/homebrew/opt/icu4c@76/bin \ /opt/homebrew/opt/icu4c@76/bin \
/opt/homebrew/opt/llvm/bin \ /opt/homebrew/opt/llvm/bin \
/Users/scie/.dotnet/tools \ /Users/scie/.dotnet/tools \
/Users/scie/.local/bin \ /Users/scie/.local/bin \
/Users/scie/Library/Python/3.9/bin \ /Users/scie/Library/Python/3.9/bin \
/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/emulators \ /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/emulators \
/opt/homebrew/bin/iodine \ /opt/homebrew/bin/iodine \
/opt/homebrew/bin \ /opt/homebrew/bin \
/opt/homebrew/opt/zig@0.14/bin \ /opt/homebrew/opt/zig@0.14/bin \
/Users/scie/.platformio/penv/bin/ \ /Users/scie/.platformio/penv/bin/ \
/Users/scie/.cargo/bin \ /Users/scie/.cargo/bin \
/Users/scie/.local/xonsh-env/xbin \ /Users/scie/.local/xonsh-env/xbin \
/Users/scie/go/bin \ /Users/scie/go/bin \
/usr/bin \ /usr/bin \
/usr/local/bin \ /usr/local/bin \
/usr/sbin \ /usr/sbin \
/usr/local/sbin \ /usr/local/sbin \
/bin \ /bin \
/sbin /sbin
else if test "$host" = "lovelace" else if test "$host" = lovelace
set -x PATH /home/scie/.local/bin \ set -x PATH /home/scie/.local/bin \
/home/linuxbrew/.linuxbrew/bin \ /home/linuxbrew/.linuxbrew/bin \
/home/linuxbrew/.linuxbrew/sbin \ /home/linuxbrew/.linuxbrew/sbin \
/home/scie/.nvm/versions/node/v22.15.0/bin \ /home/scie/.nvm/versions/node/v22.15.0/bin \
/home/scie/.cargo/bin \ /home/scie/.cargo/bin \
/usr/local/sbin \ /usr/local/sbin \
/usr/local/bin \ /usr/local/bin \
/usr/sbin \ /usr/sbin \
/usr/bin \ /usr/bin \
/sbin \ /sbin \
/bin \ /bin \
/usr/games \ /usr/games \
/usr/local/games \ /usr/local/games \
/snap/bin /snap/bin
else if test "$host" = "lee" else if test "$host" = lee
fish_add_path ~/.local/bin fish_add_path ~/.local/bin
end end
set -gx HOMEBREW_BUNDLE_FILE "~/.config/Brewfile" set -gx HOMEBREW_BUNDLE_FILE "~/.config/Brewfile"
if test -d /home/linuxbrew/.linuxbrew if test -d /home/linuxbrew/.linuxbrew
# Homebrew is installed on Linux # Homebrew is installed on Linux
set -gx HOMEBREW_PREFIX "/home/linuxbrew/.linuxbrew"
set -gx HOMEBREW_CELLAR "/home/linuxbrew/.linuxbrew/Cellar"
set -gx HOMEBREW_REPOSITORY "/home/linuxbrew/.linuxbrew/Homebrew"
set -gx PATH "/home/linuxbrew/.linuxbrew/bin" "/home/linuxbrew/.linuxbrew/sbin" "/home/linuxbrew/.linuxbrew/opt/rustup/bin" $PATH
set -q MANPATH; or set MANPATH ''
set -gx MANPATH "/home/linuxbrew/.linuxbrew/share/man" $MANPATH
set -q INFOPATH; or set INFOPATH ''
set -gx INFOPATH "/home/linuxbrew/.linuxbrew/share/info" $INFOPATH
set -gx HOMEBREW_PREFIX "/home/linuxbrew/.linuxbrew"
set -gx HOMEBREW_CELLAR "/home/linuxbrew/.linuxbrew/Cellar"
set -gx HOMEBREW_REPOSITORY "/home/linuxbrew/.linuxbrew/Homebrew"
set -gx PATH "/home/linuxbrew/.linuxbrew/bin" "/home/linuxbrew/.linuxbrew/sbin" "/home/linuxbrew/.linuxbrew/opt/rustup/bin" $PATH
set -q MANPATH; or set MANPATH ''
set -gx MANPATH "/home/linuxbrew/.linuxbrew/share/man" $MANPATH
set -q INFOPATH; or set INFOPATH ''
set -gx INFOPATH "/home/linuxbrew/.linuxbrew/share/info" $INFOPATH
end end
if status is-interactive set -gx XDG_CONFIG_HOME $HOME/.config
set -g fish_greeting ""
pfetch if status is-interactive
if set -q GHOSTTY_RESOURCES_DIR
source "$GHOSTTY_RESOURCES_DIR/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish"
end
set -g fish_greeting ""
pfetch
fish_vi_key_bindings
fish_config theme choose "Rosé Pine"
starship init fish | source
zoxide init fish | source
fish_config theme choose "Rosé Pine"
starship init fish | source
zoxide init fish | source
end end
alias setupidf "source /opt/esp/esp-idf/export.fish" alias setupidf "source /opt/esp/esp-idf/export.fish"

View file

@ -4,14 +4,18 @@ clipboard-read = allow
clipboard-write = allow clipboard-write = allow
copy-on-select = true copy-on-select = true
theme = Rose Pine theme = Rose Pine
font-family = "ComicCode Nerd Font" font-family = "ComicCode Nerd Font SemiBold"
font-style-italic = "ComicCode Nerd Font Light" font-style-italic = "ComicCode Nerd Font Light"
macos-option-as-alt = left macos-option-as-alt = left
macos-icon = microchip macos-icon = blueprint
font-feature = -calt font-feature = -calt
font-feature = -liga font-feature = -liga
font-feature = -dlig font-feature = -dlig
cursor-click-to-move = true
keybind = global:cmd+grave_accent=toggle_quick_terminal keybind = global:cmd+grave_accent=toggle_quick_terminal
quick-terminal-position = center quick-terminal-position = center
quick-terminal-animation-duration = .1 quick-terminal-animation-duration = .1
keybind = alt+i=inspector:toggle

File diff suppressed because one or more lines are too long

View file

@ -2,8 +2,11 @@
set-environment -g TMUX_POWERLINE_THEME bubble set-environment -g TMUX_POWERLINE_THEME bubble
# Options # Options
set -g mouse on set -g mouse on
set -g default-terminal "screen-256color" # set -g default-terminal "screen-256color"
set-option -sa terminal-overrides ',xterm-256color:Tc,xterm-*:allow-passthrough' set -g default-terminal "xterm-ghostty"
# set-option -sa terminal-overrides ',xterm-256color:Tc,xterm-*:allow-passthrough'
set -ga terminal-overrides ",xterm-ghostty:Tc"
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
set -g status-position top set -g status-position top
set-option -g set-clipboard on set-option -g set-clipboard on
@ -13,6 +16,11 @@ set -g base-index 1
setw -g pane-base-index 1 setw -g pane-base-index 1
set -g allow-passthrough all
set -as terminal-features ",xterm-ghostty:hyperlinks"
# Keybinds # Keybinds
set-option -g prefix C-\\ set-option -g prefix C-\\
unbind C-b unbind C-b
@ -51,6 +59,11 @@ bind-key "T" run-shell "sesh connect \"$(
--preview 'sesh preview {}' --preview 'sesh preview {}'
)\"" )\""
bind-key -T copy-mode-vi [ send-keys -X previous-prompt
bind-key -T copy-mode-vi M-[ send-keys -X previous-prompt -o
bind-key -T copy-mode-vi ] send-keys -X next-prompt
bind-key -T copy-mode-vi M-] send-keys -X next-prompt -o
# Plugins # Plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'