Add: install script
This commit is contained in:
parent
b50d6a9160
commit
8b973e2c6a
5
install.sh
Normal file
5
install.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/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
|
Reference in New Issue
Block a user