Remove submodules, tpm auto install

This commit is contained in:
Fabian Ising
2022-10-06 16:36:01 +02:00
parent 0b3db63868
commit 19d2d39e15
4 changed files with 6 additions and 16 deletions

1
tmux/.gitignore vendored
View File

@@ -1,5 +1,4 @@
.tmux_config_*
!.tmux_config_*.example
plugins/
!plugins/tpm
*.log

View File

@@ -76,17 +76,16 @@ set -sg escape-time 10
# List of plugins
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-yank'
set -g @plugin 'jimeh/tmux-themepack'
set -g @themepack 'powerline/double/blue'
# 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'
setenv -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.tmux/plugins/"
if "test ! -d ~/.tmux/plugins/tpm" \
"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)
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