- Learn IOS Development
- Learn to use a nosql database (Google Firebase)
- Learn to use geographic data
This file contains hidden or 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
#!/bin/bash | |
# Below is a script used at Ada to install needed software and some optional packages (Firefox Chrome etc). | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# Add path for homebrew to ~/.zshrc file | |
if [ $(uname -m) == arm64 ] | |
then |