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

Add support for nested local and remote sessions. Multiple config tweaks

This commit is contained in:
Alexey Samoshkin
2017-11-22 00:45:47 +02:00
parent 8570ef7406
commit e83c706816
5 changed files with 97 additions and 48 deletions

View File

@@ -32,6 +32,7 @@ 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
printf "$(tput setaf 2)OK:$(tput sgr0) Completed\n"