mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
42 lines
811 B
YAML
42 lines
811 B
YAML
- include: "hosts/defaults.yaml"
|
|
- clean:
|
|
~/:
|
|
~/.config:
|
|
recursive: true
|
|
~/.local:
|
|
recursive: true
|
|
- create:
|
|
~/.cache:
|
|
~/.cache/git:
|
|
~/.config:
|
|
~/.config/cheat/cheatsheets/personal:
|
|
~/.config/cheat/cheatsheets/pure-bash-bible:
|
|
~/.config/cheat/cheatsheets/tldr:
|
|
~/.local:
|
|
~/.local/run:
|
|
~/.local/share:
|
|
~/.local/state:
|
|
~/.ssh:
|
|
mode: 0700
|
|
~/Code:
|
|
- link:
|
|
~/:
|
|
force: true
|
|
glob: true
|
|
path: base/**
|
|
prefix: "."
|
|
~/.config/:
|
|
glob: true
|
|
path: config/**
|
|
~/.local/bin/:
|
|
glob: true
|
|
path: local/bin/**
|
|
~/.ssh/:
|
|
force: true
|
|
glob: true
|
|
mode: 0600
|
|
path: ssh/**
|
|
- shell:
|
|
- git submodule update --init --recursive --force
|
|
- bash local/bin/dfm install all
|