merge from github

This commit is contained in:
MorganGeek
2019-12-01 12:05:52 +01:00
3 changed files with 12 additions and 9 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
# Make sure Code directory exists
echo "Hello $(whoami)! Let's get you set up."

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
docker_app=$(find /Applications/ \
-name "Docker.app" -maxdepth 1 -mindepth 1 -type d)
if [ -z "$docker_app" ]; then