# dotfiles

Set up procedure for myself.

## Installation

1. Run the command below on `Terminal` app

   ```sh
   $ cd ~
   # First execution of `git` command,
   # - It may start to install Xcode. After it finishes, run the command again.
   # - git will be automatically installed.
   $ git clone https://github.com/ohbarye/dotfiles.git
   $ ~/dotfiles/setup.sh
   ```

## Environment

- macOS Monterey on Apple M1 Pro (2022-04-17)
- macOS Ventura on Apple M2 Pro (2023-08-31)

