From e2ccede2d9ab2034f5e4670e5c36857c55ba3911 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 22 Apr 2019 16:01:21 -0400 Subject: [PATCH] Setup dotfiles before MAS and ChunkWM --- setup.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.sh b/setup.sh index 328ed85..441d066 100755 --- a/setup.sh +++ b/setup.sh @@ -49,14 +49,6 @@ fi step "Installing Homebrew bundle" brew bundle --file="$MAC_SETUP_DIR/Brewfile" -# Setup `chunkwm` -step "Setting up ChunkWM" -"$MAC_SETUP_DIR/lib/chunkwm.sh" - -# Install Mac App Store apps -step "Installing App Store apps" -"$MAC_SETUP_DIR/lib/mas.sh" - # Install dotfiles step "Installing dotfiles" "$MAC_SETUP_DIR/lib/dotfiles.sh" @@ -65,6 +57,14 @@ step "Installing dotfiles" step "Set git author" "$MAC_SETUP_DIR/lib/git_author.sh" +# Setup `chunkwm` +step "Setting up ChunkWM" +"$MAC_SETUP_DIR/lib/chunkwm.sh" + +# Install Mac App Store apps +step "Installing App Store apps" +"$MAC_SETUP_DIR/lib/mas.sh" + # Tweak the hell out of macOS settings step "Tweaking macOS config settings (takes a while)" "$MAC_SETUP_DIR/lib/macos.sh"