From ff5c2b892b14706abe5da43a245c3848058d8052 Mon Sep 17 00:00:00 2001 From: David Celis Date: Sun, 7 Apr 2019 18:15:57 -0700 Subject: [PATCH] Make sure ~/Developer exists --- workstation/scripts/entrypoint | 1 + 1 file changed, 1 insertion(+) diff --git a/workstation/scripts/entrypoint b/workstation/scripts/entrypoint index 7f78395..141d4b6 100755 --- a/workstation/scripts/entrypoint +++ b/workstation/scripts/entrypoint @@ -5,6 +5,7 @@ set -e if [ ! -d ~/Developer/dotfiles ]; then echo "Cloning dotfiles..." + mkdir -p ~/Developer cd ~/Developer git clone https://github.com/davidcelis/dotfiles.git fi -- 2.51.2