Aggiustate prime fasi preparative per tmux.
This commit is contained in:
parent
1f9a75232b
commit
56f659d5ce
@ -36,5 +36,8 @@ fi
|
|||||||
|
|
||||||
# Copying tmux configuration file and initialize plugins.
|
# Copying tmux configuration file and initialize plugins.
|
||||||
if [[ ! -f "$HOME/.tmux.conf" ]]; then
|
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"
|
cp "${DOTFILES}/tmux.conf" "$HOME/.tmux.conf"
|
||||||
|
echo "Please, open Tmux and run 'prefix I'."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user