More moving stuff around

This commit is contained in:
2017-10-16 23:58:59 +02:00
parent 363839b1e2
commit d668c03630
5 changed files with 11 additions and 4 deletions

View File

@@ -11,6 +11,9 @@ function main()
print_info "Installing terminal applications"
brewget tmux
makedir ${HOME}/bin
linkfile ${scriptdir}/columnize ${HOME}/bin/columnize
print_ok "Terminal applications installed"
}