mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-19 05:06:07 +00:00
feat(dfm): add cleanup script for old version manager installations
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
glob: true
|
glob: true
|
||||||
relink: true
|
relink: true
|
||||||
path: config/*
|
path: config/*
|
||||||
exclude: [config/nvm, config/fzf, config/op]
|
exclude: [config/fzf, config/op]
|
||||||
# 1Password CLI plugins
|
# 1Password CLI plugins
|
||||||
~/.config/op/plugins.sh:
|
~/.config/op/plugins.sh:
|
||||||
relink: true
|
relink: true
|
||||||
@@ -68,6 +68,11 @@
|
|||||||
glob: true
|
glob: true
|
||||||
mode: 0600
|
mode: 0600
|
||||||
path: ssh/*
|
path: ssh/*
|
||||||
|
# mise → asdf compatibility (tools expecting ~/.asdf find mise data)
|
||||||
|
~/.asdf:
|
||||||
|
path: ~/.local/share/mise
|
||||||
|
relink: true
|
||||||
|
force: true
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
# Add Git submodules and remove old ones
|
# Add Git submodules and remove old ones
|
||||||
|
|||||||
Reference in New Issue
Block a user