add tmux: init TPM
This commit is contained in:
parent
4703d9c3d7
commit
b5d17051cd
@ -3,6 +3,11 @@
|
||||
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
|
||||
refreshPeriod = "168h"
|
||||
|
||||
[".tmux/plugins/tpm"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/tmux-plugins/tpm"
|
||||
refreshPeriod = "168h"
|
||||
|
||||
[".oh-my-bash"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/ohmybash/oh-my-bash"
|
||||
|
12
dot_tmux.conf
Normal file
12
dot_tmux.conf
Normal file
@ -0,0 +1,12 @@
|
||||
# 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 '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'
|
Loading…
x
Reference in New Issue
Block a user