1
0
mirror of https://github.com/samoshkin/tmux-config.git synced 2026-01-05 01:08:01 +00:00

Change installation instructions in readme. Do not install tmux plugins until fixed

This commit is contained in:
Alexey Samoshkin
2017-11-23 00:48:58 +02:00
parent fc31f382d4
commit 1ca0bea7a9
2 changed files with 11 additions and 7 deletions

View File

@@ -30,8 +30,8 @@ rsync -aq ./tmux/ "$HOME"/.tmux
ln -sf --backup --suffix=.bak .tmux/tmux.conf "$HOME"/.tmux.conf;
# BUG: Fix for fresh installation
"$HOME"/.tmux/plugins/tpm/bin/install_plugins
# BUG: Fix TPM and tmux plugins for fresh installation
# "$HOME"/.tmux/plugins/tpm/bin/install_plugins
printf "$(tput setaf 2)OK:$(tput sgr0) Completed\n"