repo: Move fzf to non zsh-dependant location
Since fzf is not really only a zsh plugin this moves it to .local/bin. I am not quite sure it will stay there. The submodule was also updated in this process. Update all links and references. Add .local/share directory that contains the man pages. By that dotbot just globs all of them and symlinks them. This makes it more modular and a bit more transparent on how an installed system looks like, just by looking through the repo structure.
This commit is contained in:
@@ -37,9 +37,10 @@
|
||||
create: true
|
||||
glob: true
|
||||
path: .local/bin/*
|
||||
~/.local/share/man/man1/fzf.1:
|
||||
~/.local/share/man/man1/:
|
||||
create: true
|
||||
path: .config/zsh/plugins/fzf/man/man1/fzf.1
|
||||
glob: true
|
||||
path: .local/share/man/man1/*
|
||||
~/.local/share/nvim/site/pack:
|
||||
create: true
|
||||
path: .config/vim/pack
|
||||
|
||||
Reference in New Issue
Block a user