This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
neovim/install.sh
2024-04-11 10:51:22 +02:00

6 lines
151 B
Bash

#!/bin/sh
WORKDIR=$HOME/.config/nvim/
mdkir "$WORKDIR"
curl -fsSL -o "$WORKDIR/init.lua" https://gitea.fery.me/king/neovim/raw/branch/master/init.lua