Skip to content

Instantly share code, notes, and snippets.

@diegosparente
Created December 19, 2018 12:36
Show Gist options
  • Save diegosparente/a482fdefe0fca97062c93c381aa61644 to your computer and use it in GitHub Desktop.
Save diegosparente/a482fdefe0fca97062c93c381aa61644 to your computer and use it in GitHub Desktop.
my configuration used on tmux plus tmate
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# set -g @plugin 'seebi/tmux-colors-solarized'
# set -g @colors-solarized 'dark'
# set -g @plugin 'ndyakov/pimux'
set -g @plugin 'jimeh/tmux-themepack'
# set -g @themepack 'basic'
set -g @themepack 'powerline/default/gray'
# set -g @themepack 'powerline/block/gray'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin '[email protected]/user/plugin'
# set -g @plugin '[email protected]/user/plugin'
# 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