Install packages I’m using on Arch Linux.
This is just quick script to get what I need until I find some better way. I was considering Ansible, but it seems too heavy, especially when there are no native AUR modules.
Worst is this isn’t idempotent yet.
Looks like I’ll be moving to Ansible anyway. And maybe find something cleaner then yupfiles to install things.
sudo pacman -S base-devel git rsyncNo when Yup is installed I can install software from Yupfiles.
I’ll try to create one Yupfile for every configuration which need to install
something in etc/yupfiles/xxx.yup and then install from there.
cat etc/yupfiles/*.yup | sed 's/#.*$//;/^$/d' > etc/yupfile
yup -Y etc/yupfilechezmoi latest noaur