alacritty + nord

This commit is contained in:
Michael Chalupiak
2025-03-23 16:03:59 -04:00
parent b910a496a2
commit 3d1ff7934a
10 changed files with 466 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
# List of plugins
#set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tpm'
#set -g @plugin 'tmux-plugins/tmux-sensible'
#set -g @plugin 'arcticicestudio/nord-tmux'
set -g @plugin 'arcticicestudio/nord-tmux'
set -g default-terminal "xterm-256color"
set -ga terminal-overrides ",xterm*:Tc"
set -g mouse on
@@ -22,7 +22,7 @@ bind-key l select-pane -R
# set -g @plugin 'git@github.com:user/plugin'
# set -g @plugin 'git@bitbucket.com:user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
#run '~/.tmux/plugins/tpm/tpm'
run '~/.tmux/plugins/tpm/tpm'
run-shell "tmux source-file ~/.local/share/tinted-theming/tinty/repos/tinted-tmux/colors/base16-$BASE16_THEME.conf"
set -g prefix None