Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lesnyrumcajs/dotfiles
- Owner: LesnyRumcajs
- Created: 2020-04-18T09:16:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T20:37:44.000Z (5 months ago)
- Last Synced: 2024-06-20T09:51:14.154Z (5 months ago)
- Topics: chezmoi, dotfiles, tmux-conf
- Language: Lua
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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).