Last active
July 9, 2024 14:18
-
-
Save vraravam/698925e88a601d18a79f9c79edc33611 to your computer and use it in GitHub Desktop.
This is a secondary script to be run after the common one. This is specific to my setup. Its been shared with the intent of other folks to be inspired from the same - if they choose to use it.
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 usingzsh
for this script.