brschwar / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "yourname@yourdomain.ext"

  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 git@github.com:brschwar/dotfiles.git


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

Run script to setup Mac

  • Script TBD

About


Languages

Language:Shell 78.6%Language:Python 17.1%Language:JavaScript 4.3%