Created
December 19, 2018 12:36
-
-
Save diegosparente/a482fdefe0fca97062c93c381aa61644 to your computer and use it in GitHub Desktop.
my configuration used on tmux plus tmate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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