.files for setting up a new Mac.
cd; curl -#L https://github.com/aminalhazwani/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE.md}
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
source ~/.brew.sh
source ~/.macos
~ && mkdir Projects
- Generating a new SSH key and adding it to the ssh agent
- Add the SSH key to your GitHub account
- Generating a new GPG key
- Add the GPG key to your GitHub account
- Tell git about your signing key.
Mathias Bynens and his dotfiles repository.