dotfiles/provision/arch
2023-07-29 11:55:24 -07:00
..
ansible more update 2023-07-10 17:52:34 -07:00
additional-setup.md more update 2023-07-10 17:52:34 -07:00
install.jpg updates to arch] 2023-07-06 09:52:37 -07:00
jumpstart.sh fix dbus-broker 2023-07-05 11:33:00 -07:00
readme.md remove patch rom for nvidia (I use amd gpu now) 2023-07-29 11:55:24 -07:00

Provision Arch

*Yes, I haven't showered in days.*

Jumpstart scripts to install Arch with packages and configs I use.

Status

⚠️ ⚠️ ⚠️

I don't actively use this anymore. This is likely falling into disrepair.

Usage

  1. Install Arch with archinstall and the following settings:

    Install Options

  2. Edit fstab for btrfs subvolumes to have rw,noatime,compress=zstd.

  3. Run the following commands:

    sudo pacman -S install vim git
    git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi 
    

    Copy .chezmoidata.yaml.example to .chezmoidata.yaml and edit with desired settings then run the following commands:

    ~/.local/share/chezmoi/provision/arch/jumpstart.sh
    

Perform additional setup found in additional-setup

Update

linux-update --arch command updates the system with ansible. Run linux-update -h for information on usage.