mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
refactor: further cleanup/modularization
This commit is contained in:
parent
16201f13c2
commit
f5e55a09d6
7 changed files with 0 additions and 116 deletions
5
archiso/pacstrap
Executable file
5
archiso/pacstrap
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
pacstrap -K /mnt base linux git fish amd-ucode btrfs-progs ghostty-terminfo $argv
|
||||
and genfstab -U /mnt >>/mnt/etc/fstab
|
||||
and cp -r /root/dotfiles /mnt/
|
||||
and arch-chroot /mnt
|
||||
Loading…
Add table
Add a link
Reference in a new issue