The dotfiles to help setting macOs enviroment
🚨 Warning: before you use my dotfiles to installing macOs enviroment please review the code first.
- Install x-code through app store
If you already have x-code update your x-code to the latest
sudo softwareupdate -i -a
xcode-select --install
- Generate a new public key and private SSH key by running this command
curl https://raw.githubusercontent.com/AudiWu/dotfiles/HEAD/ssh.sh | sh -s "<your-email-address>"
- Clone this repo
git clone git@github.com:AudiWu/dotfiles.git
- Open the repo file and run the install.sh file
cd ~/dotfiles
./install.sh