This script is designed to automate the system settings of Arch Linux. It is optimized for my workflow in Hyprland, software development, and gaming.
- Modular: Split into blocks (Drivers, Graphics, Gaming, Coding, and AUR).
- GPU Optimized: Specific configuration for AMD Fiji (GCN 3) architecture.
- Wayland Environment: Complete installation of Hyprland and customization tools.
- Gaming Ready: Includes Steam, MangoHud, and required multilib libraries.
- Drivers: Mesa, Vulkan (Radeon), xf86-video-amdgpu.
- Environment: Hyprland, Waybar, Wlogout, Swaync, Kitty.
- Coding: Python, Rust (via rustup), VS Code.
- Apps: Brave Browser, Vesktop (Discord with Wayland support).
Warning: Make sure to have a stable internet connection before continuing.
- Install Git (If you don't have it):
sudo pacman -S git
- Clone the repo
git clone [https://github.com/Tasesho/script-Arch-post-install.git](https://github.com/Tasesho/script-Arch-post-install.git) cd script-Arch-post-install - Give execution Permission
chmod +x post-install.sh
- Run the script
./post-install.sh