Skip to content

chrislopresto/dotfiles

Repository files navigation

chrislopresto dotfiles

These are my dotfiles.

Installation

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
git clone https://github.com/chrislopresto/dotfiles "${HOME}/.dotfiles"
cd "${HOME}/.dotfiles"
./script/setup
rcup

Git config

Configure git

Choose personal or work git config via tags.

rcup -t personal
rcdn -t personal
rcup -t work
rcdn -t work

Configure SSH key for commit signing

Follow 1Password instructions to configure git commit signing with SSH for "GitHub SSH Key".