new tmux config
This commit is contained in:
parent
891a37a95e
commit
713c61cfb8
@ -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
5
.gitignore
vendored
@ -64,3 +64,8 @@
|
||||
!Wallpapers/*
|
||||
|
||||
**/__pycache__
|
||||
|
||||
!.tmux.conf
|
||||
!.tmux/*
|
||||
!.tmux/plugins/*
|
||||
!.tmux/plugins/tpm/*
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
34
.tmux.conf
Normal 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
1
.tmux/plugins/tpm
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946
|
2
.zshrc
2
.zshrc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user