mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
chore: update arch scripts and add vc alias
This commit is contained in:
parent
061b0923bc
commit
69ca2dd73b
3 changed files with 5 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ arch)
|
|||
sudo pacman --sync --refresh --sysupgrade --noconfirm
|
||||
sudo pacman --sync --needed --noconfirm base-devel go bat
|
||||
|
||||
cd /tmp
|
||||
if [ ! -d "yay" ]; then
|
||||
git clone https://aur.archlinux.org/yay.git
|
||||
fi
|
||||
|
|
@ -69,9 +70,10 @@ arch)
|
|||
echo "Installation aborted."
|
||||
exit 1
|
||||
fi
|
||||
cd ..
|
||||
|
||||
log 'Installing packages with yay'
|
||||
yay -Y --save --devel
|
||||
yay -Y --save --answerdiff All
|
||||
yay --sync --noconfirm "${arch_pkgs[@]}"
|
||||
;;
|
||||
debian | ubuntu)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue