Skip to content

adamscharf/dotfiles-original

Repository files navigation

Dotfiles

Current setup for local development on MacOS.

New Computer Setup

Setup GitHub SSH Key

Follow these instructions for adding a new SSH Key to your personal GitHub for safe, reliable access:

  1. Generating a new SSH key and adding it to the ssh-agent
  2. Adding a new SSH key to your GitHub account

Install Dependencies

  1. Homebrew - "The missing Package Manager for macOS"
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    echo >> /Users/ascharf/.zprofile
    echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/ascharf/.zprofile
    eval "$(/opt/homebrew/bin/brew shellenv)"
  2. Oh My Zsh - Oh My Zsh is an open source, community-driven framework for managing your Zsh configuration.
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Connect the Dots

You now need to link the dotfiles in this repository to their intended directory on your Mac. You'll need to do this for each file you want to keep in sync across both locations.

Example

ln -s ~/Developer/dotfiles-original/.gitconfig ~/.gitconfig`

About

Default dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages