add helper bash script to install semi-required system dependencies
"semi-required" meaning, some very useful/important neovim stuff won't work without these dependencies present
This commit is contained in:
parent
da0b4cbc85
commit
a285c18aef
6
install-deps.sh
Executable file
6
install-deps.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
emerge -av --noreplace \
|
||||
x11-misc/xclip \
|
||||
sys-apps/ripgrep
|
||||
|
Loading…
Reference in a new issue