See https://brew.sh/
brew install ghq
https://docs.github.com/ja/authentication/connecting-to-github-with-ssh
ghq get [email protected]:hicka04/dotfiles.git
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
sudo ln -s $DOTFILES_HOME/zshenv /etc/zshenv
mkdir -p $(dirname $HISTFILE) && touch $HISTFILE
cd path/to/Brewfile
brew bundle
git config --global user.name hicka04
git config --global user.email [email protected]
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