mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 13:46:23 +00:00
18 lines
313 B
YAML
18 lines
313 B
YAML
---
|
|
- include: 'tools/dotbot-defaults.yaml'
|
|
- shell:
|
|
- echo "Configuring tunkki"
|
|
- link:
|
|
~/:
|
|
force: true
|
|
glob: true
|
|
path: hosts/tunkki/base/**
|
|
prefix: '.'
|
|
~/.config/:
|
|
glob: true
|
|
force: true
|
|
path: hosts/tunkki/config/**
|
|
- snap:
|
|
- nvim:
|
|
classic: true
|