my personal dotfiles
1==============================
21. install git
3==============================
4xcode-select --install
5==============================
62. install rosetta
7==============================
8softwareupdate --install-rosetta
9==============================
103. install homebrew
11==============================
12/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
13
14echo >> /Users/daniel/.zprofile
15
16echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/daniel/.zprofile
17
18eval "$(/opt/homebrew/bin/brew shellenv)"