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

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.

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
```