Last active
June 25, 2022 13:53
-
-
Save codfish/f9da00185edb3b86c6dc82f44ccc340d to your computer and use it in GitHub Desktop.
Setup new Mac
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
xcode-select --install | |
ssh-keygen | |
cat ~/.ssh/id_rsa.pub | pbcopy | |
# -> add ssh key to github | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/codfish/dotfiles/main/install.sh) --with-apps" | |
# -> open dropbox and log in | |
sh ~/Dropbox/configfiles/bin/setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment