mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Don't needlessly reinstall pkgs in install scripts
This commit is contained in:
parent
5f3d1fde5d
commit
9e242c5f47
3 changed files with 20 additions and 17 deletions
|
@ -31,7 +31,8 @@ popd
|
|||
rm -rf ~/yay
|
||||
|
||||
# Install some useful packages
|
||||
yay -S --noconfirm openssh cronie exa bat dust mlocate lshw trash-cli ncdu btop \
|
||||
yay -S --noconfirm --needed \
|
||||
openssh cronie exa bat dust mlocate lshw trash-cli ncdu btop \
|
||||
dnsutils net-tools wget jq fzf polkit rebuild-detector hyperfine mediainfo git-delta \
|
||||
python-pip ripgrep zip unzip usbutils hexyl strace python-poetry pyenv yt-dlp \
|
||||
downgrade lf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue