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:
Submodule .config/zsh/plugins/fzf deleted from c144c95cda
1
.config/zsh/plugins/fzf
Symbolic link
1
.config/zsh/plugins/fzf
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../.local/bin/fzf-repo/
|
||||||
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -34,9 +34,6 @@
|
|||||||
[submodule ".config/vim/pack/plugins/opt/vim-surround"]
|
[submodule ".config/vim/pack/plugins/opt/vim-surround"]
|
||||||
path = .config/vim/pack/plugins/opt/vim-surround
|
path = .config/vim/pack/plugins/opt/vim-surround
|
||||||
url = https://github.com/tpope/vim-surround
|
url = https://github.com/tpope/vim-surround
|
||||||
[submodule ".config/zsh/plugins/fzf"]
|
|
||||||
path = .config/zsh/plugins/fzf
|
|
||||||
url = https://github.com/junegunn/fzf
|
|
||||||
[submodule ".config/zsh/plugins/fzf-tab"]
|
[submodule ".config/zsh/plugins/fzf-tab"]
|
||||||
path = .config/zsh/plugins/fzf-tab
|
path = .config/zsh/plugins/fzf-tab
|
||||||
url = https://github.com/Aloxaf/fzf-tab
|
url = https://github.com/Aloxaf/fzf-tab
|
||||||
@@ -52,3 +49,6 @@
|
|||||||
[submodule ".config/zsh/plugins/zsh-syntax-highlighting"]
|
[submodule ".config/zsh/plugins/zsh-syntax-highlighting"]
|
||||||
path = .config/zsh/plugins/zsh-syntax-highlighting
|
path = .config/zsh/plugins/zsh-syntax-highlighting
|
||||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
|
[submodule ".local/bin/fzf-repo"]
|
||||||
|
path = .local/bin/fzf-repo
|
||||||
|
url = https://github.com/junegunn/fzf
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
../../.config/zsh/plugins/fzf/bin/fzf
|
fzf-repo/bin/fzf
|
||||||
1
.local/bin/fzf-repo
Submodule
1
.local/bin/fzf-repo
Submodule
Submodule .local/bin/fzf-repo added at d099941360
1
.local/share/man/man1/fzf-tmux.1
Symbolic link
1
.local/share/man/man1/fzf-tmux.1
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../bin/fzf-repo/man/man1/fzf-tmux.1
|
||||||
1
.local/share/man/man1/fzf.1
Symbolic link
1
.local/share/man/man1/fzf.1
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../bin/fzf-repo/man/man1/fzf.1
|
||||||
@@ -37,9 +37,10 @@
|
|||||||
create: true
|
create: true
|
||||||
glob: true
|
glob: true
|
||||||
path: .local/bin/*
|
path: .local/bin/*
|
||||||
~/.local/share/man/man1/fzf.1:
|
~/.local/share/man/man1/:
|
||||||
create: true
|
create: true
|
||||||
path: .config/zsh/plugins/fzf/man/man1/fzf.1
|
glob: true
|
||||||
|
path: .local/share/man/man1/*
|
||||||
~/.local/share/nvim/site/pack:
|
~/.local/share/nvim/site/pack:
|
||||||
create: true
|
create: true
|
||||||
path: .config/vim/pack
|
path: .config/vim/pack
|
||||||
|
|||||||
Reference in New Issue
Block a user