- Default systems
sh -c "$(curl -fsSL https://raw.githubusercontent.com/aruyu/arch-configs/master/tools/install_system.sh)"
- Surface series
sh -c "$(curl -fsSL https://raw.githubusercontent.com/aruyu/arch-configs/master/tools/install_surface.sh)"
For Xorg, X11 (SDDM + Openbox WM)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/aruyu/arch-configs/master/tools/install_openbox.sh)"
Additianally, if you need Openbox configs, check out my personal Openbox dotfiles.
For Wayland (GDM + SwayFx Compositor)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/aruyu/arch-configs/master/tools/install_swayfx.sh)"
If you need Sway configs, check out my personal Sway dotfiles.
Alternatively, check out my personal Hyprland dotfiles.