meta:install: Do not link .local/bin/fzf-repo

Only the executable (/the symlink to it) is interesting in .local/bin
This commit is contained in:
2022-03-31 03:14:29 +02:00
parent 4716b1cab3
commit 41b1643a70
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
# TODO: Support `exclude` option
CONFIG=meta/install.conf.yaml CONFIG=meta/install.conf.yaml
set -o noglob set -o noglob

View File

@@ -60,6 +60,7 @@
~/.local/bin/: ~/.local/bin/:
create: true create: true
glob: true glob: true
exclude: [ .local/bin/fzf-repo ]
path: .local/bin/* path: .local/bin/*
~/.local/share/direnv: ~/.local/share/direnv:
path: .local/share/direnv path: .local/share/direnv