addet some plugins and some documentation
This commit is contained in:
parent
03bea6119d
commit
63c02e3004
1 changed files with 11 additions and 2 deletions
13
.tmux.conf
13
.tmux.conf
|
@ -15,12 +15,21 @@ set-option -g renumber-windows on
|
||||||
# ────────────────────────────────────< List of plugins >──────────────────────────────────
|
# ────────────────────────────────────< List of plugins >──────────────────────────────────
|
||||||
|
|
||||||
# ─< Import Plugins >───────────────────────────────────────────────────────────────────────
|
# ─< Import Plugins >───────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
||||||
|
# ─< tmux settings everybody agreed >─────────────────────────────────────────────────────
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
# ─< yank for tmux >──────────────────────────────────────────────────────────────────────
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'catppuccin/tmux'
|
# ─< tmux session plugin for after reboot sessions >──────────────────────────────────────
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
# ─< tmux battery plugin >────────────────────────────────────────────────────────────────
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||||
|
# ─< colorschemes >───────────────────────────────────────────────────────────────────────
|
||||||
|
# set -g @plugin 'catppuccin/tmux'
|
||||||
set -g @plugin 'janoamaral/tokyo-night-tmux'
|
set -g @plugin 'janoamaral/tokyo-night-tmux'
|
||||||
|
# ─< copyct plugin >──────────────────────────────────────────────────────────────────────
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-copycat'
|
||||||
|
|
||||||
# ─────────────────────────────────────────< Themes >─────────────────────────────────────────
|
# ─────────────────────────────────────────< Themes >─────────────────────────────────────────
|
||||||
# ─< catppuccin >─────────────────────────────────────────────────────────────────────────
|
# ─< catppuccin >─────────────────────────────────────────────────────────────────────────
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue