Refactoring repository for GNU Stow

This commit is contained in:
Fabio Scotto di Santolo
2024-07-09 12:04:43 +02:00
parent 5056b975b7
commit 10b25049a3
222 changed files with 3 additions and 1633 deletions

16
tmux/.tmux.conf Normal file
View File

@@ -0,0 +1,16 @@
# Change command shortcut
unbind C-b
set -g prefix C-x
bind C-x send-prefix
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'erikw/tmux-powerline'
set -g @plugin 'tmux-plugins/tmux-open'
#set -g @plugin 'alexchaichan/tmux-spotify-tui'
set-option -g @plugin 'b0o/tmux-autoreload'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'