This directory contains the dotfiles for my mac system.
-
Update macOS to the latest version with the App Store
-
Generate a new public and private SSH key by running:
curl https://raw.githubusercontent.com/luigircruz/dotfiles/HEAD/ssh.sh | sh -s "<your-email-address>"- Clone this repository and save it into
~/dotfiles
git clone https://github.com/luigircruz/dotfiles.git $HOME/dotfiles- Go to dotfiles directory
cd dotfiles- Make install.sh executable
chmod +x ~/dotfiles/install.sh- Start installation
/bin/bash ~/dotfiles/install.sh