Skip to content

RamiSJ12/dotfiles

 
 

Repository files navigation

dotfiles

User-specific application configuration.

Install

$ git clone git@github.com:jaredhanson/dotfiles.git ~/.dotfiles

Usage

Setting up a new macOS system

Because these dotfiles are stored on GitHub, they first need to be cloned to the local system. But in order to do this, the local system needs access to GitHub.

This can be done by generating a new SSH key for the new system.

$ ssh-keygen -t ed25519 -C "jaredhanson@macbook-pro-2021.local"
$ cd ~/.dotfiles/brew
$ make install

$ cd ~/.dotfiles/stow
$ make install

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.8%
  • Makefile 2.6%
  • Ruby 1.6%