1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Restore Mackup

This commit is contained in:
Daniel Barber 2021-02-12 15:37:22 -05:00
parent 4fe0e9acb8
commit c3adf15f71
3 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,7 @@ brew "gitstatus"
brew "gpg"
brew "heroku"
brew "imagemagick"
brew "mackup"
brew "mas"
brew "postgresql"
brew "pv"

3
lib/mackup.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
mackup restore

View File

@ -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"