Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cdalvaro/dotfiles

🗂 @cdalvaro's macOS .files
https://github.com/cdalvaro/dotfiles

dotfiles dotfiles-macos nvim-configs nvim-lua

Last synced: 2 months ago
JSON representation

🗂 @cdalvaro's macOS .files

Awesome Lists containing this project

README

        

# 🗂 cdalvaro's dotfiles

Deployment is made by SaltStack formulas.

You'll find some files with values shown as `{{ VARIABLE }}`, which are replaced by the Jinja2 templating engine.

```yml
dotfiles files present:
file.recurse:
- name: {{ home_dir }}/
- source: salt://data/cdalvaro/dotfiles/
- user: {{ grains.main_user }}
- group: {{ grains.main_group }}
- dir_mode: 755
- template: jinja
- exclude_pat: E@(README.md|settings/|pillar/)
```