From 56f659d5ce3a593379c3c8cba94ff5d1f39ef366 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 29 Apr 2023 16:06:57 +0200 Subject: [PATCH] Aggiustate prime fasi preparative per tmux. --- prepare.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prepare.sh b/prepare.sh index f42baaf..3d1e761 100644 --- a/prepare.sh +++ b/prepare.sh @@ -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