Skip to content

Instantly share code, notes, and snippets.

@MaxDac
Created October 26, 2023 22:19
Show Gist options
  • Save MaxDac/3b0c48727fcda3b78fa983a8d68686d7 to your computer and use it in GitHub Desktop.
Save MaxDac/3b0c48727fcda3b78fa983a8d68686d7 to your computer and use it in GitHub Desktop.
tmux configuration
# 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)
run '~/.tmux/plugins/tpm/tpm'
set -g @plugin 'dracula/tmux'
# Set 256 colors
set -s default-terminal 'tmux-256color'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment