See https://brew.sh/
/opt/homebrew/bin/brew install ghq
https://docs.github.com/ja/authentication/connecting-to-github-with-ssh
/opt/homebrew/bin/ghq get git@github.com:hicka04/dotfiles.git
mkdir -p $HOME/Library/LaunchAgents/
cp setenvs.plist $HOME/Library/LaunchAgents/dev.hicka04.setenvs.plist
vim $HOME/Library/LaunchAgents/dev.hicka04.setenvs.plist # replace {username}
launchctl load $HOME/Library/LaunchAgents/dev.hicka04.setenvs.plist
Reboot
sudo ln -s $DOTFILES_HOME/zshenv /etc/zshenv
Relaunch terminal
mkdir -p $(dirname $HISTFILE) && touch $HISTFILE
brew bundle
git config --global user.name hicka04
git config --global user.email hicka04@gmail.com
ln -s $XDG_CONFIG_HOME/karabiner ~/.config/karabiner
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
ln -s ~/ghq/github.com/hicka04/dotfiles/Xcode/Monokai.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Monokai.xccolortheme