Last active
July 9, 2024 14:19
-
-
Save vraravam/04fc2296b25090ea848642afbce4d168 to your computer and use it in GitHub Desktop.
Steps to get "up and running" with new Mac OSX
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
This script has been moved here: https://github.com/vraravam/dotfiles |
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.
Added 'Cloudflare Warp' to be setup as a login item.
Added AlDente
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.
Moved to public git repo instead of individual files being maintained and shared as gists
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
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