More moving stuff around

This commit is contained in:
2017-10-16 16:05:15 +02:00
parent bade4f97ae
commit 363839b1e2
10 changed files with 23 additions and 5 deletions

20
dev/setup.sh Executable file
View File

@@ -0,0 +1,20 @@
#!/usr/bin/env bash
source ${DOTFILES}/helpers.sh
function main()
{
local scriptdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
print_info "Preparing development environment"
${scriptdir}/git/setup.sh
brewget vim --with-override-system-vi
caskget docker
print_ok "Development environment setup"
}
main "$@"