$ cd ~
$ git clone https://github.com/katsube/dotfiles.git
$ cd ~/dotfiles
$ ./bootstrap.sh
Install Homebrew 1st. Next, run the commands.
$ cd ~
$ brew bundle
Create GPG key.
https://blog.katsubemakito.net/git/github-gpg
$ gpg --gen-key
$ gpg -a --export FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF | pbcopy
add .gitconfig
$ git config --global gpg.program gpg
$ git config --global user.signingkey FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Use the scripts in the setup directory if you need them