If you are setting up the repo for the first time, following these steps:
- Make sure your ~/.zshrc file has the following lines:
if [ -f ./.zshrc ] && [ \$(pwd) != ~ ]; then
source ./.zshrc
fi
- Run the following commands: (You only need to do this once.)
./initenv.bash
- Start a new terminal session.