Last active
November 27, 2020 17:34
-
-
Save aleksseven/d918bcbeb6f0f808a3456dd2cfe3ecd4 to your computer and use it in GitHub Desktop.
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
# BY Alex Sanchez Arellano | |
set-option -sg escape-time 10 | |
set-option -g default-terminal "screen-256color" | |
set-option -g focus-events on | |
set-option -sa terminal-overrides ",screen-256color:RGB" | |
# List of plugins | |
set -g @plugin 'tmux-plugins/tpm' | |
set -g @plugin 'tmux-plugins/tmux-sensible' | |
set -g @plugin 'jimeh/tmux-themepack' | |
set -g @themepack 'powerline/default/gray' | |
# Initialize TMUX plugin manager | |
run '~/.tmux/plugins/tpm/tpm' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment