Skip to content

Instantly share code, notes, and snippets.

@a-mhamdi
Last active May 17, 2024 12:54
Show Gist options
  • Save a-mhamdi/648a6ef610d986c5cff39045b2819b91 to your computer and use it in GitHub Desktop.
Save a-mhamdi/648a6ef610d986c5cff39045b2819b91 to your computer and use it in GitHub Desktop.
TMUX CONF FILE
#-----------------------------#
# CONFIGURATION FILE FOR TMUX #
#-----------------------------#
set -g mouse on
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
dracula/tmux \
'
# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, tmux-ram-usage, network, network-bandwidth, network-ping, ssh-session, attached-clients, network-vpn, weather, time, mpc, spotify-tui, kubernetes-context, synchronize-panes
set -g @dracula-plugins "cpu-usage gpu-usage ram-usage git"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment