This repository contains scripts to set macOS.
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew install git
$ echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc
$ source ~/.zshrc
$ git clone git@github.com:RuiOkazaki/dotfiles.git
$ find . -type f -exec chmod 777 \{\} \;
$ cd dotfiles && sh ./global-setup.sh
The following links were referenced when creating this repository: