Skip to content

Instantly share code, notes, and snippets.

@DamienGarrido
Last active May 22, 2020 00:59
Show Gist options
  • Save DamienGarrido/27fb8f318c643101a37321e5888e4492 to your computer and use it in GitHub Desktop.
Save DamienGarrido/27fb8f318c643101a37321e5888e4492 to your computer and use it in GitHub Desktop.
My tmux configuration
# Theme specialization
set -g @themepack 'powerline/double/cyan'
set -goqF @powerline-status-right-area-right-fg white
set -goqF @powerline-status-left-area-left-fg white
set -g @themepack-status-left-area-right-format "#{prefix_highlight} #I:#P"
set -g @themepack-status-right-area-left-format "#{net_speed} CPU#{cpu_fg_color}#{cpu_icon}#{cpu_percentage}#[fg=#{@powerline-status-right-area-left-fg}] RAM#{ram_fg_color}#{ram_icon}#{ram_percentage}#[fg=#{@powerline-status-right-area-left-fg}] Online: #{online_status} "
set -g @themepack-status-right-area-middle-format '%H:%M:%S %d-%m-%Y'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'tmux-plugins/tmux-cpu'
set -g @plugin 'tmux-plugins/tmux-net-speed'
set -g @plugin 'tmux-plugins/tmux-sidebar'
set -g @plugin 'tmux-plugins/tmux-online-status'
set -g @plugin 'tmux-plugins/vim-tmux'
set -g @plugin 'tmux-plugins/vim-tmux-focus-events'
run -b '~/.tmux/plugins/tpm/tpm'
# Theme specialization
set -g @themepack 'powerline/double/orange'
set -goq @powerline-color-main-1 colour202
set -goq @powerline-color-main-2 colour208
set -goq @powerline-color-main-3 colour214
set -goqF @powerline-status-right-area-right-fg white
set -goqF @powerline-status-left-area-left-fg white
set -g @themepack-status-left-area-right-format "#{prefix_highlight} #I:#P"
set -g @themepack-status-right-area-left-format "#{net_speed} CPU#{cpu_fg_color}#{cpu_icon}#{cpu_percentage}#[fg=#{@powerline-status-right-area-left-fg}] RAM#{ram_fg_color}#{ram_icon}#{ram_percentage}#[fg=#{@powerline-status-right-area-left-fg}] Online: #{online_status} "
set -g @themepack-status-right-area-middle-format '%H:%M:%S %d-%m-%Y'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'tmux-plugins/tmux-cpu'
set -g @plugin 'tmux-plugins/tmux-net-speed'
set -g @plugin 'tmux-plugins/tmux-sidebar'
set -g @plugin 'tmux-plugins/tmux-online-status'
set -g @plugin 'tmux-plugins/vim-tmux'
set -g @plugin 'tmux-plugins/vim-tmux-focus-events'
run -b '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment