Upgrade IDE deps #96

Merged
joao.dubas merged 5 commits from jpd-chore-upgrade-kickstart into main 2024-10-22 19:02:19 +00:00
Showing only changes of commit 4a520bfb46 - Show all commits

View File

@ -40,7 +40,6 @@ set -s escape-time 0
# Status bar styling and content
set -g status-bg black
set -g status-fg white
# set -g status-left "#$"
# Don't prompt to kill panes/windows
bind-key x kill-pane
@ -69,5 +68,8 @@ set -g @plugin 'fabioluciano/tmux-tokyo-night'
set -g @plugin 'Morantron/tmux-fingers'
set -g @plugin 'tmux-plugins/tmux-yank'
# tokyo night configuration
set -g @theme_plugins 'datetime'
# load/install plugins
run '~/.config/tmux/plugins/tpm/tpm'