new tmux config

This commit is contained in:
Elizabeth Hunt 2024-02-04 14:10:00 -07:00
parent 891a37a95e
commit 713c61cfb8
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
7 changed files with 51 additions and 3 deletions

View File

@ -6,17 +6,17 @@ unfocused_hollow = false
size = 11.0
[font.bold]
family = "JetBrains Mono"
family = "JetBrainsMono Nerd Font"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "JetBrains Mono"
family = "JetBrainsMono Nerd Font"
[font.normal]
family = "JetBrains Mono"
family = "JetBrainsMono Nerd Font"
[font.offset]
x = 0
@ -24,6 +24,7 @@ y = 0
[window]
dynamic_padding = true
option_as_alt = "Both"
[window.padding]
x = 12

5
.gitignore vendored
View File

@ -64,3 +64,8 @@
!Wallpapers/*
**/__pycache__
!.tmux.conf
!.tmux/*
!.tmux/plugins/*
!.tmux/plugins/tpm/*

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "src/pikaur"]
path = src/pikaur
url = https://github.com/actionless/pikaur
[submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm

34
.tmux.conf Normal file
View File

@ -0,0 +1,34 @@
unbind r
bind r source-file ~/.tmux.conf
set -g prefix C-s
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'catppuccin/tmux'
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
set -g @catppucin_flavour 'mocha'
set -g @catppuccin_window_left_separator "█"
set -g @catppuccin_window_right_separator "█ "
set -g @catppuccin_window_number_position "right"
set -g @catppuccin_window_middle_separator " █"
set -g @catppuccin_window_default_fill "number"
set -g @catppuccin_window_current_fill "number"
set -g @catppuccin_window_current_text "#{pane_current_path}"
set -g @catppuccin_status_modules_right "application session date_time"
set -g @catppuccin_status_left_separator ""
set -g @catppuccin_status_right_separator " "
set -g @catppuccin_status_right_separator_inverse "yes"
set -g @catppuccin_status_fill "all"
set -g @catppuccin_status_connect_separator "no"
set -g @catppuccin_directory_text "#{pane_current_path}"
run '~/.tmux/plugins/tpm/tpm'

1
.tmux/plugins/tpm Submodule

@ -0,0 +1 @@
Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946

2
.zshrc
View File

@ -25,6 +25,8 @@ backward-kill-dir () {
zle -N backward-kill-dir
bindkey '^[^?' backward-kill-dir
bindkey \^K kill-line
# ZSH enhancements
source ~/zsh-stuff/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/zsh-stuff/spaceship-prompt/spaceship.zsh

View File

@ -16,4 +16,6 @@ export PATH="/opt/homebrew/opt/erlang@25/bin:$PATH"
# asdf
. $(brew --prefix asdf)/libexec/asdf.sh
export DARK_MODE=True
export PATH=$PATH:/Users/lizzy/.spicetify