- Run the appropriate install from the default shell. This will open Nu once done
- If anything goes wrong, update the install scripts
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/noahbald/dotfiles/main/install-mac.sh)"Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://raw.githubusercontent.com/noahbald/dotfiles/main/install-win.ps1 | Invoke-ExpressionI recommend using archinstall and then going to a root tty or rebooting to open desktop terminal. Use the following settings and reboot after install.
- Locales: en-AU.UTF-8
- Mirrors and repository
- Regions: Australia
- Optional repositories: multilib
- Partitioning: best effort
- File system: btrfs (default structure, compression)
- Encryption: LUKS (password)
- Partitions: Select any
- Bootloader: Limine
- Create root and su user/password
- Applications:
- Bluetooth: Yes/No
- Audio: Pipewire
- Network: Copy ISO
This script will install different profiles based on whether the following was installed via archinstall
gnome-shell: Assumes a minimalist install; only installs a subset of thegnomegrouphyprland: Assumes a maximalist install- None of the above: Assumes a server install; won't install any DE or graphical applications
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/noahbald/dotfiles/main/install-arch.sh)"