This repository contains scripts to set macOS.
% sw_vers
ProductName: macOS
ProductVersion: 12.6.1
BuildVersion: 21G217
% zsh --version
zsh 5.8.1 (x86_64-apple-darwin21.0)
Download installation materials.
% cd ~ && git clone https://github.com/kryota-dev/dotfiles
Set macOS.
% cd ~/dotfiles && make
Set iterm2.
- Press
command + ,
on iterm2. - Click
General
tab. - Click
Preferences
tab. - Turn on
Load preference from a custom folder or URL.
- Enter
~/dotfiles/iterm/com.googlecode.iterm2.plist
. - Execute
sudo killall cfprefsd
.