Skip to content

Instantly share code, notes, and snippets.

@codfish
Last active June 25, 2022 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codfish/f9da00185edb3b86c6dc82f44ccc340d to your computer and use it in GitHub Desktop.
Save codfish/f9da00185edb3b86c6dc82f44ccc340d to your computer and use it in GitHub Desktop.
Setup new Mac
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