Remove submodules, tpm auto install
This commit is contained in:
7
.gitmodules
vendored
7
.gitmodules
vendored
@@ -1,7 +0,0 @@
|
|||||||
[submodule "plugins/tpm"]
|
|
||||||
path = tmux/plugins/tpm
|
|
||||||
url = https://github.com/tmux-plugins/tpm.git
|
|
||||||
|
|
||||||
[submodule "antigen"]
|
|
||||||
path = zsh/antigen
|
|
||||||
url = https://github.com/zsh-users/antigen.git
|
|
||||||
1
tmux/.gitignore
vendored
1
tmux/.gitignore
vendored
@@ -1,5 +1,4 @@
|
|||||||
.tmux_config_*
|
.tmux_config_*
|
||||||
!.tmux_config_*.example
|
!.tmux_config_*.example
|
||||||
plugins/
|
plugins/
|
||||||
!plugins/tpm
|
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
@@ -76,17 +76,16 @@ set -sg escape-time 10
|
|||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
#set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
||||||
#set -g @plugin 'tmux-plugins/tmux-sidebar'
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-open'
|
set -g @plugin 'tmux-plugins/tmux-open'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'jimeh/tmux-themepack'
|
set -g @plugin 'jimeh/tmux-themepack'
|
||||||
set -g @themepack 'powerline/double/blue'
|
set -g @themepack 'powerline/double/blue'
|
||||||
|
|
||||||
# Other examples:
|
setenv -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.tmux/plugins/"
|
||||||
# set -g @plugin 'github_username/plugin_name'
|
|
||||||
# set -g @plugin 'git@github.com/user/plugin'
|
if "test ! -d ~/.tmux/plugins/tpm" \
|
||||||
# set -g @plugin 'git@bitbucket.com/user/plugin'
|
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && \
|
||||||
|
~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.tmux/plugins/tpm/tpm || true' # 2>&1 >> /tmp/tpm_out'
|
run -b '~/.tmux/plugins/tpm/tpm || true'
|
||||||
|
|||||||
Submodule tmux/plugins/tpm deleted from b699a7e01c
Reference in New Issue
Block a user