Init commit

This commit is contained in:
Archie Fox
2025-06-08 06:59:19 +03:00
commit 06b8ee8caf
148 changed files with 18659 additions and 0 deletions

14
.tmux.conf Normal file
View File

@@ -0,0 +1,14 @@
set -g mouse on
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @continuum-restore 'on'
# set -g @plugin 'GeorgeHJ/tmux-airline'
set -g @plugin 'erikw/tmux-powerline'
set -g @plugin 'odedlaz/tmux-onedark-theme'
# set -g @plugin 'nordtheme/tmux'
# set -g @plugin 'dracula/tmux'
run '~/.tmux/plugins/tpm/tpm'