From 89d1e206ed2cfebc7234e527c5122db1b33d7e17 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Wed, 4 Feb 2026 23:15:11 -0700 Subject: [PATCH] feat: update starship cursor to look a little cleaner, refactor tmux configuration to be more readable --- dotfiles/.tmux.conf | 44 ++++++++++++++++++++++++------------------ dotfiles/starship.toml | 4 ++-- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf index 033012b..9fc105e 100644 --- a/dotfiles/.tmux.conf +++ b/dotfiles/.tmux.conf @@ -1,34 +1,40 @@ + +# Terminal settings set -g default-terminal "tmux-256color" set-option -g status-position top -#keybinds -unbind r + +# Keybinds +unbind r bind r source-file ~/.tmux.conf \; display "reloaded-config" unbind C-b set -g prefix C-w -#preferences + +# Preferences set -g mouse on -set-option -g status-position top -set -g base-index 1 +set -g base-index 1 set -g pane-base-index 1 set -g repeat-time 1000 -set -g history-limit 10000 -#window status +set -g history-limit 10000 + +# Window status set -g window-status-format " #I " -set -g window-status-current-format " #I " +set -g window-status-current-format " #I " set -g window-status-bell-style "bg=red,nobold" -set -g window-status-current-style \ - "#{?window_zoomed_flag,bg=yellow,bg=magenta,nobold}" -#pane separators +set -g window-status-current-style "#{?window_zoomed_flag,bg=yellow,bg=magenta,nobold}" + +# Pane separators set -g pane-border-lines simple -# vim keybinds for navigation -bind-key h select-pane -L -bind-key j select-pane -D -bind-key k select-pane -U -bind-key l select-pane -R -#plugins + +# Vim keybinds for navigation +bind-key h select-pane -L +bind-key j select-pane -D +bind-key k select-pane -U +bind-key l select-pane -R + +# Plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -#catpuccin theme + +# Catppuccin theme run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux run '~/.tmux/plugins/tpm/tpm' - diff --git a/dotfiles/starship.toml b/dotfiles/starship.toml index 77efcf4..9968e85 100644 --- a/dotfiles/starship.toml +++ b/dotfiles/starship.toml @@ -1,7 +1,7 @@ # Catppuccin Mocha theme to match nvim format = """ -[┌─](bold blue)$directory$git_branch$git_status -[└─](bold blue)$character""" +[╭─](bold blue)$directory$git_branch$git_status +[╰─](bold blue)$character""" [character] success_symbol = "[➜](bold green)"