Added minus y to apt-get get.

This commit is contained in:
Cyteen 2017-11-09 20:31:41 +00:00
parent de76a45d5a
commit 61eed864c4
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
apt-get install tmux
apt-get install tmux-plugin-manager
apt-get install tmuxinator
apt-get install -y tmux
apt-get install -y tmux-plugin-manager
apt-get install -y tmuxinator
# https://github.com/Netherdrake/Dotfiles/tree/master/config/tmux
# wget -c --directory-prefix ~/.config/tmux/ https://raw.githubusercontent.com/Netherdrake/Dotfiles/master/config/tmux/default.sh
@ -169,6 +169,7 @@ set -g pane-active-border-fg colour069 # 24 blue
# set -g pane-active-border-bg black
EOF
mkdir -p ~/.zshrc.d/``
echo "source /usr/share/zsh/vendor_completions/_tmuxinator" > ~/.zshrc.d/006_tmuxinator.zsh