dotfiles

how to install


  • nvim
    • Windows (PowerShell) - git clone https://git.wnd.sh/dotfiles/nvim $env:LOCALAPPDATA
    • Linux - git clone https://git.wnd.sh/dotfiles/nvim ~/.config/nvim
      • You may also need to install some requirements:
        • sudo apt install -y ruby ruby-dev python3-dev python3-pip python3-neovim
        • sudo npm install -g neovim
        • sudo gem install neovim
        • pip install neovim
        • pip3 install pynvim
        • luarocks (with my chmod fix)
"my" neovim configuration files
Updated 2025-04-24 00:03:23 +01:00
just a simple list of commands to run to install various dotfiles.
Updated 2025-04-06 23:30:27 +01:00