Repository to maintain and install all my Neovim configuration files natively on both Linux and Windows 11. This is my actual working setup, take what may be useful to you, or use as a starting point for your own version.
A MSYS2 POSIX shell script, nvimInstall, installs the "dotfiles" from the cloned repo into the appropriate native locations on Linux and Windows 11. Once installed, does not use WSL or any POSIX emulation layer. The goal is to have only one platform agnostic Neovim configuration.
- nvimInstall has shebang
#!/bin/dash- on PopOS
/usr/bin/sh -> dash - on MSYS2 I install dash with
pacman -S dash - will work just fine if shebang is changed to
#!/bin/sh
- on PopOS
- does more than just install, see
nvimInstall --help
Windows 11 integration is still a work in progress. Not sure to what degree I can leverage the XDG directory specification.
To the extent possible under law, Geoffrey R. Scheller has waived all copyright and related or neighboring rights to grscheller/dotfiles. This work is published from the United States of America.
See LICENSE for details.