1
0
Fork 0

feat: add timewarrior and tmux configs

This commit is contained in:
cătălin 2024-09-05 07:55:25 +02:00
commit 1789eb6807
No known key found for this signature in database
5 changed files with 22 additions and 0 deletions

8
tmux.conf Normal file
View file

@ -0,0 +1,8 @@
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'catppuccin/tmux#latest'
set -g @plugin 'tmux-plugins/tpm'
set -g @catppuccin_flavor 'mocha'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'