Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 1.12 KB

File metadata and controls

36 lines (27 loc) · 1.12 KB

Bootstrap Arch Linux

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.

Convert to Ansible?

Looks like I’ll be moving to Ansible anyway. And maybe find something cleaner then yupfiles to install things.

Prerequisities

sudo pacman -S base-devel git rsync

Yupfile

No 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/yupfile

Chezmoi

chezmoi latest noaur