Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lesnyrumcajs/dotfiles

Personal dotfiles
https://github.com/lesnyrumcajs/dotfiles

chezmoi dotfiles tmux-conf

Last synced: 4 days ago
JSON representation

Personal dotfiles

Awesome Lists containing this project

README

        

My personal dotfiles. Feel free to take a look (copy at your own risk).

I manage those with [chezmoi](https://github.com/twpayne/chezmoi).

The templates require a config file in `$HOME/.config/chezmoi/chezmoi.toml`
```toml
[data]
full_name = ""
email = ""
pubkey = ""

[merge]
command = "nvim"
args = ["-d", "{{ .Destination }}", "{{ .Source }}", "{{ .Target }}"]

[diff]
command = "delta"
args = ["--color-only", "--features", "line-numbers", "--line-numbers", "--paging", "never"]
```

Other setup steps can be found [here](setup.md).