A customized Hyprland installation script for Arch Linux.
This repository contains scripts to install and configure Hyprland on Arch Linux, customized with my personal dotfiles and settings. It streamlines the process of setting up a fully functional and aesthetic desktop environment.
The easiest way to install is using the auto-install script. Run the following command in your terminal:
sh <(curl -L https://raw.githubusercontent.com/sanjayrohith/Arch-Hyprland/main/auto-install.sh)If you prefer to inspect the code or install manually:
git clone --depth=1 https://github.com/sanjayrohith/Arch-Hyprland.git ~/Arch-Hyprland
cd ~/Arch-Hyprland
chmod +x install.sh
./install.sh- Hyprland: The window manager itself.
- Dotfiles: Configurations for Hyprland, Waybar, Kitty, Rofi, etc. (pulled from sanjayrohith/Hyprland-Dots).
- Themes: GTK themes and icons (pulled from sanjayrohith/GTK-themes-icons).
- Shell: Zsh configuration with plugins.
- Backup: Always backup your important data before running installation scripts.
- Base System: This script is best run on a minimal Arch Linux installation.
- Original Author: JaKooLit - This project is a fork of his amazing work.
- Customized by: Sanjay
