mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-14 04:07:18 +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 \
|
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
|
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
|
# Copy over zsh configuration
|
||||||
# Note that this assumes you've ran install_root.sh, whcih created /etc/zsh/zshenv
|
# 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
|
# with $ZOOTDIR exported. If you haven't done that, you'll want to symlink the
|
||||||
|
|
Loading…
Reference in a new issue