brew install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
iterm2 install
brew install --cask iterm2
git install
brew install git
oh-my-zsh install
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
powerlevel10k install
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
vimで~./zshrcを開く
vim ~./zshrc
↓ZSH_THEME="robbyrussell"を
ZSH_THEME="powerlevel10k/powerlevel10k"
に置き換え
source ~./zshrc
⌘qで一回閉じて再度開く