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:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# TODO: Support `exclude` option
|
||||
|
||||
CONFIG=meta/install.conf.yaml
|
||||
|
||||
set -o noglob
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
~/.local/bin/:
|
||||
create: true
|
||||
glob: true
|
||||
exclude: [ .local/bin/fzf-repo ]
|
||||
path: .local/bin/*
|
||||
~/.local/share/direnv:
|
||||
path: .local/share/direnv
|
||||
|
||||
Reference in New Issue
Block a user