Skip to content

Instantly share code, notes, and snippets.

@vraravam
Last active July 9, 2024 14:19
Show Gist options
  • Save vraravam/04fc2296b25090ea848642afbce4d168 to your computer and use it in GitHub Desktop.
Save vraravam/04fc2296b25090ea848642afbce4d168 to your computer and use it in GitHub Desktop.
Steps to get "up and running" with new Mac OSX
This script has been moved here: https://github.com/vraravam/dotfiles
@vraravam
Copy link
Author

vraravam commented Jul 6, 2023

Fixed curl command since directly piping to bash made it non-interactive and thus the prompts stopped working. Instead of that, we are now downloading to a local file and then executing that file.

@vraravam
Copy link
Author

Added 'Cloudflare Warp' to be setup as a login item.

@vraravam
Copy link
Author

Added AlDente

@vraravam
Copy link
Author

vraravam commented Mar 4, 2024

Fixed issue with oh-my-zsh complaining about being loaded from bash. Turned out, I was running this script via bash. Fixed the read command now to work with zsh, and that allowed me to switch to using zsh for this script.

@vraravam
Copy link
Author

Moved to public git repo instead of individual files being maintained and shared as gists

@vraravam
Copy link
Author

Install iterm shell integration via the fresh-install script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment