GitXplorerGitXplorer
c

dotfiles

public
5 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
fa13813fa900bce6f2cdb3f73b91cb63ec35a00b

Update node

cchrislopresto committed 6 months ago
Verified
b048c72cf4d31f1d33638e957862b45cc5499b16

:wrench: Update refs while rebasing

cchrislopresto committed a year ago
Verified
71782ae6dce8333d3b74567920568f33168865aa

:wrench: Remove gnupg directory reference

cchrislopresto committed a year ago
Verified
cbb89a0d8f836c43b78750ecbce528eebfa816f0

:wrench: Update personal project config

cchrislopresto committed a year ago
Unverified
f08146d0533f8269d7f860c4e71c9212ded5ff21

Remove hub

cchrislopresto committed a year ago
Verified
8f1497c48a0046a0fef3a0386f98eed88e72a6bc

Update README

cchrislopresto committed a year ago

README

The README file for this repository.

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