addet some plugins
This commit is contained in:
parent
63c02e3004
commit
2a25aa4bfc
1 changed files with 15 additions and 7 deletions
22
.tmux.conf
22
.tmux.conf
|
@ -14,23 +14,31 @@ 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 >─────────────────────────────────────────────────────
|
# ────────────────────────────< tmux settings everybody agreed >────────────────────────────
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
# ─< yank for tmux >──────────────────────────────────────────────────────────────────────
|
|
||||||
|
# ────────────────────────────────────< yank for tmux >──────────────────────────────────
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
# ─< tmux session plugin for after reboot sessions >──────────────────────────────────────
|
|
||||||
|
# ────────────────────< tmux session plugin for after reboot sessions >──────────────────
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
# ─< tmux battery plugin >────────────────────────────────────────────────────────────────
|
|
||||||
|
# ─────────────────────────────────< tmux battery plugin >───────────────────────────────
|
||||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||||
# ─< colorschemes >───────────────────────────────────────────────────────────────────────
|
|
||||||
|
# ─────────────────────────────────────< colorschemes >─────────────────────────────────────
|
||||||
# set -g @plugin 'catppuccin/tmux'
|
# set -g @plugin 'catppuccin/tmux'
|
||||||
set -g @plugin 'janoamaral/tokyo-night-tmux'
|
set -g @plugin 'janoamaral/tokyo-night-tmux'
|
||||||
# ─< copyct plugin >──────────────────────────────────────────────────────────────────────
|
|
||||||
|
# ────────────────────────────────────< copyct plugin >──────────────────────────────────
|
||||||
set -g @plugin 'tmux-plugins/tmux-copycat'
|
set -g @plugin 'tmux-plugins/tmux-copycat'
|
||||||
|
|
||||||
|
# ────────────────────────────────< ethernet speed plugin >──────────────────────────────
|
||||||
|
set -g @net_speed_interfaces "eth0 enp7s0 wlan0"
|
||||||
|
|
||||||
# ─────────────────────────────────────────< Themes >─────────────────────────────────────────
|
# ─────────────────────────────────────────< Themes >─────────────────────────────────────────
|
||||||
# ─< catppuccin >─────────────────────────────────────────────────────────────────────────
|
# ─< catppuccin >─────────────────────────────────────────────────────────────────────────
|
||||||
# set -g @catppuccin_flavour 'mocha' # latte, frappe, mocha or macchiato
|
# set -g @catppuccin_flavour 'mocha' # latte, frappe, mocha or macchiato
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue