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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user