From c3adf15f71a2779bf8f8ded2c82b49273e12be98 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 12 Feb 2021 15:37:22 -0500 Subject: [PATCH] Restore Mackup --- Brewfile | 1 + lib/mackup.sh | 3 +++ setup.sh | 4 ++++ 3 files changed, 8 insertions(+) create mode 100755 lib/mackup.sh diff --git a/Brewfile b/Brewfile index f306526..8fb86d6 100644 --- a/Brewfile +++ b/Brewfile @@ -13,6 +13,7 @@ brew "gitstatus" brew "gpg" brew "heroku" brew "imagemagick" +brew "mackup" brew "mas" brew "postgresql" brew "pv" diff --git a/lib/mackup.sh b/lib/mackup.sh new file mode 100755 index 0000000..730cc68 --- /dev/null +++ b/lib/mackup.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +mackup restore diff --git a/setup.sh b/setup.sh index 554dd87..81d8a3f 100755 --- a/setup.sh +++ b/setup.sh @@ -57,6 +57,10 @@ brew bundle --file="$MAC_SETUP_DIR/Brewfile" step "Installing dotfiles" "$MAC_SETUP_DIR/lib/dotfiles.sh" +# Mackup +step "Restoring config files" +"$MAC_SETUP_DIR/lib/mackup.sh" + # Change the shell step "Changing shell to zsh" "$MAC_SETUP_DIR/lib/shell.sh"