Skip to content

Instantly share code, notes, and snippets.

@vraravam
Last active June 5, 2024 08:49
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/blob/master/scripts/fresh-install-of-osx.sh
@vraravam
Copy link
Author

vraravam commented Jul 5, 2023

This script is now idempotent and will also prompt if the file already exists on your system. If this is the case and you have your own customization on top of my version in each file, you can now choose to skip the download (so, it will not force overwrite your local file). This should help especially in the case of customized Brewfile

@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