dotfiles/install.conf.yaml

43 lines
963 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-12-02 15:34:48 +01:00
- ~/.config/git
- ~/.config/yt-dlp
- shell:
- touch ~/.netrc
- if:
- cond: "which fish"
met:
- create: ~/.config/fish/conf.d
- link:
~/.config/fish/conf.d:
path: fish/**
glob: true
- shell:
- fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher"
- fisher install fischerling/plugin-wd
- fisher install acomagu/fish-async-prompt
- cond: "which starship"
met:
- shell:
- "starship init fish > ~/.config/fish/conf.d/starship.fish"
- link:
~/.config/starship.toml:
path: config/starship.toml
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
2024-12-02 15:34:48 +01:00
2024-05-22 11:32:11 +02:00
~/.config/yt-dlp:
path: yt-dlp/*
glob: true