Skip to content

Repositories containing personalisation files like tmux config file, bashrc file, etc

Notifications You must be signed in to change notification settings

gaurav-14/Personalisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Personalisation

Repositories containing personalisation files like tmux config file, bashrc file, etc.

Why to use tmux plugins?

  • Ease access to useful theme.
  • Easier to manage and customise themes

How to use tmux plugins ?

Install tmux plugins manager

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

Put this at the bottom of ~/.tmux.conf ($XDG_CONFIG_HOME/tmux/tmux.conf works too):

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 'github_username/plugin_name#branch'

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'

type this in terminal if tmux is already running

tmux source ~/.tmux.conf

About

Repositories containing personalisation files like tmux config file, bashrc file, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published