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
# References: | |
# - YouTube Joshua Morony: https://www.youtube.com/watch?v=J4PWmOqpzME&ab_channel=JoshuaMorony | |
# - .zshrc joshuamorony GH Gist: https://gist.github.com/joshuamorony/9a73a2c033014c754c81d8dc3e49ba54 | |
# Prerequisites: | |
# - Ensure Git is installed and configured with your GitHub account. | |
# - Install GitHub CLI (gh) for managing GitHub repositories directly from the terminal. | |
# - Install Node.js and npm (Node Package Manager) to manage Angular CLI and its dependencies. | |
# - Ensure Angular CLI is installed globally or accessible via npx. | |
# - Install Visual Studio Code for opening projects directly from the terminal. |