From 61eed864c46ab9166372b1433a1e297eff3a0aee Mon Sep 17 00:00:00 2001 From: Cyteen Date: Thu, 9 Nov 2017 20:31:41 +0000 Subject: [PATCH] Added minus y to apt-get get. --- 020_tmux.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/020_tmux.sh b/020_tmux.sh index 40a70ab..b484e0f 100644 --- a/020_tmux.sh +++ b/020_tmux.sh @@ -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