Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrislopresto/dotfiles

These are my dotfiles.
https://github.com/chrislopresto/dotfiles

dotfiles iterm2 tmux tmuxinator zsh

Last synced: about 2 months ago
JSON representation

These are my dotfiles.

Awesome Lists containing this project

README

        

# chrislopresto dotfiles

These are my dotfiles.

## Installation

```sh
/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.

```sh
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](https://developer.1password.com/docs/ssh/git-commit-signing#step-1-configure-git-commit-signing-with-ssh) for "GitHub SSH Key".