4 lines
106 B
Bash
4 lines
106 B
Bash
#!/bin/bash
|
|
|
|
mkdir -p ~/.config/nvim
|
|
git clone https://git.bork.quest/skullbite/nvim-config ~/.config/nvim |