mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-09 18:29:41 +00:00
Make yay auto-track dev dependencies
This commit is contained in:
parent
1a3327a37c
commit
3233c322b6
|
@ -40,6 +40,10 @@ yay -S --noconfirm --needed \
|
|||
python-pip ripgrep zip unzip usbutils hexyl strace python-poetry pyenv yt-dlp \
|
||||
luarocks rustup cargo cmake meson npm downgrade lf glow xdg-ninja-git
|
||||
|
||||
# Make yay automatically track development dependencies
|
||||
yay -Y --gendb
|
||||
yay -Y --devel --save
|
||||
|
||||
# Copy over zsh configuration
|
||||
# Note that this assumes you've ran install_root.sh, whcih created /etc/zsh/zshenv
|
||||
# with $ZOOTDIR exported. If you haven't done that, you'll want to symlink the
|
||||
|
|
Loading…
Reference in a new issue