mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 03:04:06 +00:00
17 lines
291 B
YAML
17 lines
291 B
YAML
---
|
|
- include: 'tools/dotbot-defaults.yaml'
|
|
- shell:
|
|
- echo "Configuring air"
|
|
- brewfile:
|
|
- Brewfile
|
|
- link:
|
|
~/:
|
|
force: true
|
|
glob: true
|
|
path: hosts/air/base/**
|
|
prefix: '.'
|
|
~/.config/:
|
|
glob: true
|
|
force: true
|
|
path: hosts/air/config/**
|