This commit is contained in:
mitchell 2026-04-14 22:39:29 -04:00
parent 8a9b0b3a28
commit 2713e108aa
7 changed files with 113 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env fish
pacstrap -K /mnt base linux git fish amd-ucode btrfs-progs ghostty-terminfo $argv
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