RamiSJ12 / dotfiles2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:The Unlicense


Languages

Language:Ruby 73.8%Language:Makefile 26.2%