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

6 lines
151 B
Bash

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