Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaredledvina/dotfiles
My personal dotfiles repo
https://github.com/jaredledvina/dotfiles
Last synced: about 2 months ago
JSON representation
My personal dotfiles repo
- Host: GitHub
- URL: https://github.com/jaredledvina/dotfiles
- Owner: jaredledvina
- Created: 2018-05-13T14:08:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T00:46:03.000Z (4 months ago)
- Last Synced: 2024-10-14T07:24:49.874Z (3 months ago)
- Language: Vim Script
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My personal dotfiles repo## Setup
0. `cd $HOME`
1. `git clone https://github.com/akerl/....git`
2. `mkdir Projects && cd Projects`
3. `git clone [email protected]:jaredledvina/dotfiles.git`
4. `~/.../bin/... conf ~/Projects/dotfiles/.dotdotdot.conf`
5. `~/.../bin/... update`
6. `~/.../bin/... install`
7. Open a new session and enjoy## Updating
0. Edit, add, and push change
1. `dot super_update_install`
2. Open a new session and enjoy### Local 1Password Gitconfig setup:
```
❯ cat ~/.gitconfig.d/local
[user]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAAIQff+o6cS70+bpt8f2wrqmTKqojIeBEjXnL8XfJOb[gpg]
format = ssh[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"[commit]
gpgsign = true
```