Skip to content

Commit

Permalink
Upgrade tmux config
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Nov 10, 2023
1 parent ce1e755 commit ee27b1a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions bootstrap/dotfiles/.tmux.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#
# Example .tmux.conf
#
# By Nicholas Marriott. Public domain.
#
# Source & run tpm package
set -g @plugin 'tmux-plugins/tpm'
# Intall tmux fixes of annoying issues
set -g @plugin 'tmux-plugins/tmux-sensible'
# Catppuccine theme
set -g @plugin 'catpputccin/tmux'


run '~/.tmux/plugins/tpm/tpm'

# Some tweaks to the status line
set -g status-right "%H:%M"
Expand Down

0 comments on commit ee27b1a

Please sign in to comment.