dotfiles/pacstrap
2026-05-03 00:20:50 -04:00

5 lines
196 B
Fish
Executable file

#!/usr/bin/env fish
pacstrap -K /mnt base linux git fish zsh amd-ucode btrfs-progs ghostty-terminfo $argv
and genfstab -U /mnt >>/mnt/etc/fstab
and cp -r /root/dotfiles /mnt/
and arch-chroot /mnt