Skip to content

Instantly share code, notes, and snippets.

@ivikash
Created June 19, 2019 21:20
Show Gist options
  • Save ivikash/f6dc8580f3b5fe61bc3099c4817def86 to your computer and use it in GitHub Desktop.
Save ivikash/f6dc8580f3b5fe61bc3099c4817def86 to your computer and use it in GitHub Desktop.
# 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/double/cyan'
set -g base-index 1
setw -g pane-base-index 1
run -b '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment