Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chrislopresto/dotfiles
- Owner: chrislopresto
- License: mit
- Created: 2013-01-17T04:13:16.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T03:12:42.000Z (6 months ago)
- Last Synced: 2024-07-17T05:59:37.419Z (6 months ago)
- Topics: dotfiles, iterm2, tmux, tmuxinator, zsh
- Language: Shell
- Homepage:
- Size: 670 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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".