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