Aggiustate prime fasi preparative per tmux.

This commit is contained in:
Emiliano Vavassori 2023-04-29 16:06:57 +02:00
parent 1f9a75232b
commit 56f659d5ce
1 changed files with 3 additions and 0 deletions

View File

@ -36,5 +36,8 @@ fi
# Copying tmux configuration file and initialize plugins.
if [[ ! -f "$HOME/.tmux.conf" ]]; then
mkdir -p ${HOME}/.config/tmux/plugins
git clone https://github.com/tmux-plugins/tpm ${HOME}/.config/tmux/plugins/tpm
cp "${DOTFILES}/tmux.conf" "$HOME/.tmux.conf"
echo "Please, open Tmux and run 'prefix I'."
fi