add tmux config
This commit is contained in:
parent
9e4742f540
commit
23c3a20c17
4 changed files with 21 additions and 0 deletions
1
.config/tmux/plugins/catppuccin/tmux
Submodule
1
.config/tmux/plugins/catppuccin/tmux
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 61f08ce85694b7b70ac4bc4e7c5013180fb37095
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -3,6 +3,8 @@
|
|||
!README.md
|
||||
!.gitignore
|
||||
|
||||
|
||||
!.tmux.conf
|
||||
!YouTube Music Desktop.css
|
||||
!.zshrc
|
||||
|
||||
|
@ -27,6 +29,9 @@
|
|||
!.config/nvim/
|
||||
!.config/nvim/**
|
||||
|
||||
!.config/tmux/
|
||||
!.config/tmux/**
|
||||
|
||||
# ############################### .local/bin/
|
||||
!.local/
|
||||
.local/**
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -13,3 +13,6 @@
|
|||
[submodule "zsh-better-npm-completion"]
|
||||
path = .zshc/plugins/zsh-better-npm-completion
|
||||
url = https://github.com/lukechilds/zsh-better-npm-completion.git
|
||||
[submodule "/home/cswimr/.config/tmux/plugins/catppuccin/tmux"]
|
||||
path = /home/cswimr/.config/tmux/plugins/catppuccin/tmux
|
||||
url = https://github.com/catppuccin/tmux.git
|
||||
|
|
12
.tmux.conf
Normal file
12
.tmux.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
set -g @catppuccin_flavor 'mocha'
|
||||
|
||||
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
|
||||
|
||||
|
||||
# Make the status line more pleasant.
|
||||
set -g status-left ""
|
||||
set -g status-right '#[fg=#{@thm_crust},bg=#{@thm_teal}] session: #S '
|
||||
|
||||
# Ensure that everything on the right side of the status line
|
||||
# is included.
|
||||
set -g status-right-length 100
|
Reference in a new issue