mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-04-03 16:30:12 +00:00
5 lines
175 B
Fish
Executable file
5 lines
175 B
Fish
Executable file
#!/usr/bin/env fish
|
|
pacstrap -K /mnt base linux git fish amd-ucode btrfs-progs $argv
|
|
and genfstab -U /mnt >>/mnt/etc/fstab
|
|
and cp -r /root/dotfiles /mnt/
|
|
and arch-chroot /mnt
|