https://github.com/evenh/dotfiles
These are my dotfiles. There are many like it, but those ones is mine.
https://github.com/evenh/dotfiles
Last synced: 5 months ago
JSON representation
These are my dotfiles. There are many like it, but those ones is mine.
- Host: GitHub
- URL: https://github.com/evenh/dotfiles
- Owner: evenh
- License: mit
- Created: 2018-12-26T11:48:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T11:08:38.000Z (almost 7 years ago)
- Last Synced: 2025-04-03T21:31:03.710Z (about 1 year ago)
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Evens dotfiles
Managed with [chezmoi](https://github.com/twpayne/chezmoi).
## Instructions
1. Clone this repo
2. Create symlink `ln -s ~/.dotfiles/files /Users/evenh/.local/share/chezmoi`
3. Create a config: `mkdir -p ~/.config/chezmoi && touch ~/.config/chezmoi/chezmoi.yaml`.
Edit the configuration to your needs:
```yaml
sourceVCSCommand: git
data:
git:
name: My Name
email: my@email.com
signingkey: 0xDEADBEEF
```