Автоматическое перемещение статус-бара в зависимости от типа подключения

This commit is contained in:
EoF
2019-09-19 18:57:29 +05:00
parent 4f3d96846f
commit e5e30d079a
5 changed files with 24 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ set -e
# Backup existing configs
if [ -e "$HOME/.tmux.conf" ]; then
printf "Found existing .tmux.conf in your \$HOME directory. Will create a backup at $HOME/.tmux.conf.bak\n"
printf "Found existing .tmux.conf in your \$HOME directory. Will create a backup at $HOME/.tmux.conf.bak\n"
fi
cp -f "$HOME/.tmux.conf" "$HOME/.tmux.conf.bak" 2>/dev/null || true
@@ -22,7 +22,7 @@ fi
cp -f "$HOME/.vimrc" "$HOME/.vimrc.bak" 2>/dev/null || true
# Create symlinks
ln -sf .dots/tmux/local.conf "$HOME"/.tmux.conf
ln -sf .dots/tmux/tmux.conf "$HOME"/.tmux.conf
ln -sf .dots/zsh/zshrc "$HOME"/.zshrc
ln -sf .dots/vim/vimrc "$HOME"/.vimrc