Skip to content

aruyu/arch-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Arch Configs

Installation scripts for Arch linux

  • 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)"

Scripts to install Desktop Manager and Window Manager

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.

https://github.com/aruyu/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.

https://github.com/aruyu/sway-dotfiles

Alternatively, check out my personal Hyprland dotfiles.

https://github.com/aruyu/hyprland-dotfiles