cswimr/home
Archived
Template
1
0
Fork 0

add tmux config

This commit is contained in:
Seaswimmer 2024-10-24 16:03:18 -04:00
parent 9e4742f540
commit 23c3a20c17
Signed by: cswimr
GPG key ID: A9C162E867C851FA
4 changed files with 21 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 61f08ce85694b7b70ac4bc4e7c5013180fb37095

5
.gitignore vendored
View file

@ -3,6 +3,8 @@
!README.md !README.md
!.gitignore !.gitignore
!.tmux.conf
!YouTube Music Desktop.css !YouTube Music Desktop.css
!.zshrc !.zshrc
@ -27,6 +29,9 @@
!.config/nvim/ !.config/nvim/
!.config/nvim/** !.config/nvim/**
!.config/tmux/
!.config/tmux/**
# ############################### .local/bin/ # ############################### .local/bin/
!.local/ !.local/
.local/** .local/**

3
.gitmodules vendored
View file

@ -13,3 +13,6 @@
[submodule "zsh-better-npm-completion"] [submodule "zsh-better-npm-completion"]
path = .zshc/plugins/zsh-better-npm-completion path = .zshc/plugins/zsh-better-npm-completion
url = https://github.com/lukechilds/zsh-better-npm-completion.git 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
View 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