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