dotfiles/install.conf.yaml

26 lines
388 B
YAML
Raw Normal View History

2024-02-18 12:36:03 +01:00
- defaults:
link:
relink: true
- clean: ["~"]
2024-02-19 09:17:32 +01:00
- create:
2024-02-22 10:30:07 +01:00
- ~/.config/fish
- ~/.config/git
2024-03-11 10:04:24 +01:00
- ~/.config/pacdef
2024-05-22 11:32:11 +02:00
- ~/.config/yt-dlp
2024-02-18 12:55:02 +01:00
2024-02-18 12:36:03 +01:00
- link:
2024-02-22 10:30:07 +01:00
~/.config/git:
path: git/**
glob: true
~/.config/fish:
path: fish/**
2024-02-18 12:36:03 +01:00
glob: true
2024-03-11 10:04:24 +01:00
~/.config/pacdef:
path: pacdef/*
glob: true
2024-05-22 11:32:11 +02:00
~/.config/yt-dlp:
path: yt-dlp/*
glob: true