Dotfiles and bootstrap scripts for my Mac.
Inspired by:
- Install xcode from the App Store (or in the Terminal:
xcode-select --install
) - Open Terminal and create a folder to download this repo (e.g.
mkdir -p code/github.com/mcattarinussi
) - Clone this repository:
git clone https://github.com/mcattarinussi/dotfiles code/github.com/mcattarinussi/dotfiles
- cd into the repo folder and run
./install.sh
- Open iTerm and set
Mattia
profile as default - Logout and login again to see the shell configuration updated
- Setup vscode sync token as described here
- Setup gpg and ssh (follow this guide)