mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 08:47:00 +00:00
16 lines
281 B
YAML
16 lines
281 B
YAML
- include: "tools/dotbot-defaults.yaml"
|
|
- shell:
|
|
- echo "Configuring v"
|
|
- brewfile:
|
|
- Brewfile
|
|
- link:
|
|
~/:
|
|
force: true
|
|
glob: true
|
|
path: hosts/v/base/**
|
|
prefix: "."
|
|
~/.config/:
|
|
glob: true
|
|
force: true
|
|
path: hosts/v/config/**
|