docs: add bootstrap installer
This commit is contained in:
parent
73972badc3
commit
3d39ce3c44
1 changed files with 2 additions and 0 deletions
2
install.sh
Executable file
2
install.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}" && git clone https://git.sailorpunisher.com/sailor/nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}/nvim"
|
||||
Loading…
Reference in a new issue