diff options
author | xengineering <me@xengineering.eu> | 2023-02-06 20:22:51 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-02-06 20:56:54 +0100 |
commit | 19de43cb6ab28a95e8d7f9c2144386dac4ad42be (patch) | |
tree | 7f075405f74769f4a35e8bcda887510cac619971 /nvim | |
parent | 1974e434f8a6b36bd0998a7f124cd921c88eb393 (diff) | |
download | dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.tar dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.tar.zst dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.zip |
Relocate dotfiles in XDG config home
This make ~/.config a simple Git repository instead of the handling with
worktrees and bare repositories which is too complex.
Diffstat (limited to 'nvim')
l--------- | nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/init.vim b/nvim/init.vim new file mode 120000 index 0000000..71b3819 --- /dev/null +++ b/nvim/init.vim @@ -0,0 +1 @@ +../../.vimrc
\ No newline at end of file |