Skip to content

Instantly share code, notes, and snippets.

@shepting
Created January 11, 2021 23:26
Show Gist options
  • Save shepting/be81169421390847bee706fcf158f6df to your computer and use it in GitHub Desktop.
Save shepting/be81169421390847bee706fcf158f6df to your computer and use it in GitHub Desktop.
New machine Gist.
#!/bin/zsh
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Setup mackup
brew install mackup
# Configure mackup
cat > ~/.mackup.cfg <<- EOM
[storage]
engine = file_system
directory = mackup
path = iCloud/System
EOM
# Install Prezto
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment