add tmux to installation

This commit is contained in:
hophacker 2018-12-31 12:13:59 +08:00
parent 7d0b067bdb
commit 7871c9ac7f

View File

@ -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