update readme to include how to use packages.txt

This commit is contained in:
2026-03-05 17:13:44 +00:00
parent e06d8fdd2c
commit bac669b82a

View File

@@ -4,6 +4,14 @@ A collection of Linux scripts and configs for use across multiple machines.
## Installation ## Installation
### Packages
Install all packages using `yay`:
```bash
yay -S $(grep -v '^\s*$' ~/scripts/packages.txt | tr '\n' ' ')
```
### alacritty configuration ### alacritty configuration
Add this to the `.config/alacritty/alacritty.toml` Add this to the `.config/alacritty/alacritty.toml`