*: Move third-party plugins into .local/share/
Move all submodules that were under .config/ into .local/share/ (alias XDG_DATA_HOME). I got convinced that they feel out of place in .config/. Instead of updating the paths from which they are sourced (e.g. `TMUX_PLUGIN_MANAGER_PATH` or `packpath`), keep a symlink in the old location that points to the new one. This has the benefit that everything related to one program remains mostly accessible from the same place instead of spreading everything out. I am still unsure if I really like the new location as I affiliate user **data** more with something that has to be backed up as it is non-recreatable. And moving them out of .config/ had the reasoning that they are not my config files but rather data from the internet that could be retrieved when deleting. But using XDG_CACHE_HOME seems unreasonable as well. We'll see. Move the fzf-repo from ./local/bin/ to .local/share/. Update all relative symlinks' (e.g. fzf) targets.
This commit is contained in:
Submodule .config/git/diff-so-fancy deleted from c3205c8a26
Submodule .config/git/git-filter-repo deleted from fff5f43a15
1
.config/tmux/plugins
Symbolic link
1
.config/tmux/plugins
Symbolic link
@@ -0,0 +1 @@
|
||||
../../.local/share/tmux/plugins/
|
||||
Submodule .config/tmux/plugins/tmux-continuum deleted from 46e0e00234
Submodule .config/tmux/plugins/tmux-prefix-highlight deleted from 15acc61723
Submodule .config/tmux/plugins/tmux-resurrect deleted from e87d7d592c
Submodule .config/tmux/plugins/tmux-sensible deleted from 5d089e418e
Submodule .config/tmux/plugins/tmux-yank deleted from 1b1a436e19
Submodule .config/tmux/plugins/tpm deleted from 693e5a2a0f
Submodule .config/tmux/plugins/vim-tmux-navigator deleted from 9ca5bfe5bd
1
.config/vim/pack
Symbolic link
1
.config/vim/pack
Symbolic link
@@ -0,0 +1 @@
|
||||
../../.local/share/vim/pack/
|
||||
Submodule .config/vim/pack/plugins/opt/Colorizer deleted from 826d5691ac
Submodule .config/vim/pack/plugins/opt/arm-syntax-vim deleted from e0abb52d46
Submodule .config/vim/pack/plugins/opt/coc.nvim deleted from 28e7f0376b
Submodule .config/vim/pack/plugins/opt/cocci-syntax deleted from 6333746cab
Submodule .config/vim/pack/plugins/opt/delimitMate deleted from 537a1da0fa
@@ -1 +0,0 @@
|
||||
../../../../../.local/bin/fzf-repo/
|
||||
Submodule .config/vim/pack/plugins/opt/fzf.vim deleted from d6aa21476b
Submodule .config/vim/pack/plugins/opt/markdown-preview.nvim deleted from e5bfe9b89d
Submodule .config/vim/pack/plugins/opt/onedark.vim deleted from b70ed293f3
Submodule .config/vim/pack/plugins/opt/vim-fugitive deleted from ee992c808c
Submodule .config/vim/pack/plugins/opt/vim-gitgutter deleted from 256702dd14
Submodule .config/vim/pack/plugins/opt/vim-gutentags deleted from 50705e8ebb
Submodule .config/vim/pack/plugins/opt/vim-lastplace deleted from d522829d81
Submodule .config/vim/pack/plugins/opt/vim-obsession deleted from 7d39576149
Submodule .config/vim/pack/plugins/opt/vim-sort-folds deleted from f51d6ad5dc
Submodule .config/vim/pack/plugins/opt/vim-surround deleted from aeb933272e
Submodule .config/vim/pack/plugins/opt/vim-syntax-extra deleted from 5906eeab33
Submodule .config/vim/pack/plugins/opt/vim-textobj-comment deleted from 58ae4571b7
Submodule .config/vim/pack/plugins/opt/vim-textobj-user deleted from 41a675ddbe
Submodule .config/vim/pack/plugins/opt/vimtex deleted from 3db6aaaf42
@@ -1 +0,0 @@
|
||||
../opt/Colorizer/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/arm-syntax-vim/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/cocci-syntax/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/delimitMate/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/fzf
|
||||
@@ -1 +0,0 @@
|
||||
../opt/fzf.vim
|
||||
@@ -1 +0,0 @@
|
||||
../opt/markdown-preview.nvim/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/onedark.vim/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-fugitive/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-gitgutter/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-lastplace/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-obsession/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-sort-folds/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-surround/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-syntax-extra/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-textobj-comment/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-textobj-user/
|
||||
@@ -1 +0,0 @@
|
||||
../../../../tmux/plugins/vim-tmux-navigator/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vimtex/
|
||||
1
.config/zsh/plugins
Symbolic link
1
.config/zsh/plugins
Symbolic link
@@ -0,0 +1 @@
|
||||
../../.local/share/zsh/plugins/
|
||||
@@ -1 +0,0 @@
|
||||
../../../.local/bin/fzf-repo/
|
||||
Submodule .config/zsh/plugins/fzf-tab deleted from e85f76a3af
Submodule .config/zsh/plugins/powerlevel10k deleted from ed70c90c2d
Submodule .config/zsh/plugins/stderred deleted from b2238f7c72
Submodule .config/zsh/plugins/zsh-autosuggestions deleted from 0d07421b42
Submodule .config/zsh/plugins/zsh-syntax-highlighting deleted from c5ce001467
Reference in New Issue
Block a user