From 7871c9ac7f27e3df00c714bdc9a56956cf79b562 Mon Sep 17 00:00:00 2001 From: hophacker Date: Mon, 31 Dec 2018 12:13:59 +0800 Subject: [PATCH] add tmux to installation --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f4f4afe..2b45ddf 100644 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ install () { install fontconfig fc-cache -tools=("zsh" "git" "rake") +tools=("zsh" "git" "rake" "tmux") for tool in "${tools[@]}"; do install $tool done