chrislopresto / dotfiles

These are my dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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".

About

These are my dotfiles.

License:MIT License


Languages

Language:Shell 90.9%Language:Ruby 9.1%