This website requires JavaScript.
Explore
Help
Sign In
gered
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
adab75c5f1
dotfiles
/
install-deps.sh
8 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
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
2024-08-31 21:38:18 -04:00
#!/bin/bash
emerge -av --noreplace
\
x11-misc/xclip
\
update install-deps script with other dependencies nodejs is needed for some LSP/linter/formatters that are now going to be installed by Mason
2024-09-07 15:07:30 -04:00
sys-apps/ripgrep
\
net-libs/nodejs
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
2024-08-31 21:38:18 -04:00
Reference in a new issue
Copy permalink