Gered
a285c18aef
"semi-required" meaning, some very useful/important neovim stuff won't work without these dependencies present
7 lines
75 B
Bash
Executable file
7 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
|
|
emerge -av --noreplace \
|
|
x11-misc/xclip \
|
|
sys-apps/ripgrep
|
|
|