Created
January 11, 2021 23:26
-
-
Save shepting/be81169421390847bee706fcf158f6df to your computer and use it in GitHub Desktop.
New machine Gist.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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