Kevin Y. Kim
Results
2
comments of
Kevin Y. Kim
I think a tagline just under the headline could go a long way. I do really like the first paragraph in this repo though on "Learning how to learn" and...
Downgrading command line tools package from `latest` to version `10.0` worked for me. Here is my `.zshrc` file at the moment: ``` export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.jdk/Contents/Home export ANDROID_HOME=$HOME/Library/Android/sdk export PATH=$PATH:$ANDROID_HOME/platform-tools/ # changed...