mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
18 lines
342 B
YAML
18 lines
342 B
YAML
- include: 'hosts/defaults.yaml'
|
|
- shell:
|
|
- echo "Configuring lakka"
|
|
- link:
|
|
~/:
|
|
force: true
|
|
glob: true
|
|
path: hosts/lakka/base/**
|
|
prefix: "."
|
|
~/.config/:
|
|
glob: true
|
|
force: true
|
|
path: hosts/lakka/config/**
|
|
~/.irssi/:
|
|
glob: true
|
|
force: true
|
|
path: hosts/lakka/irssi/**
|