Skip to content

Instantly share code, notes, and snippets.

@Peelz
Last active June 13, 2022 02:57
Show Gist options
  • Save Peelz/b3e97730121338d15451d756ce4fcf6c to your computer and use it in GitHub Desktop.
Save Peelz/b3e97730121338d15451d756ce4fcf6c to your computer and use it in GitHub Desktop.

install

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

create file ~/.tmux.conf

# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com:user/plugin'
# set -g @plugin 'git@bitbucket.com:user/plugin'

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
set -g @plugin 'dracula/tmux'
set -s default-terminal 'tmux-256color'

set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'

run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment