Skip to content

brschwar/dotfiles

Repository files navigation

dotfiles

This repository contains the dotfiles to isntall when on a new mac, as well as a script to install and configure the mac with the following:

  • List TBD

Step 1: Dotfiles ----------------
  1. Log into GitHub

  2. Generate SSH keys

Check to see if your keys exist. If not, then generate new SSH Keys:

ssh-keygen -t rsa -C "[email protected]"

  1. Add SSH key to GitHub

Copy the key then add it under GitHub Settings/SSH and GPG keys.

pbcopy < ~/.ssh/id_rsa.pub

  1. Create Sites Folder

mkdir ~/Sites && cd ~/Sites

and clone the dotfiles repo into Sites folder (you may be prompted to install command line tools).

git clone [email protected]:brschwar/dotfiles.git


Step 2: Setup Script --------------------

Run script to setup Mac

  • Script TBD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published