cd $HOME
xcode-select --install
git clone https://github.com/oneshan/dotfiles.git
cd dotfiles
sh bootstrap.sh
# Get Bundle ID
osascript -e 'id of app "LINE"'
# Set default applications
duti macos/duti.settings
On Apple Silicon
# cask "google-japanese-ime"
open /opt/homebrew/Caskroom/google-japanese-ime/latest/GoogleJapaneseInput.pkg
# cask "mcbopomofo"
open /opt/homebrew/Caskroom/mcbopomofo/2.5/McBopomofoInstaller.app
To find where exactly a formula has been installed
brew info --cask <formula>
System Preferences > Security & Privacy > Accessibility
gh auth login
gh auth setup-git
aws configure
brew install nvm
# Install the current LTS Node.js version
nvm install --lts