A customizable, minimal, and powerful Arch + Hyprland setup
HyprTinker is a fully automated, script-based system setup for Arch Linux with Hyprland. Designed for tinkerers who love tweaking their Linux environment, it provides a structured, reusable way to install and configure a personalized Arch system.
- 🚀 Fully Automated Installation – Bootstrap your system in minutes.
- 🎨 Pre-configured Hyprland Environment – Smooth, minimal, and wayland-native.
- 📦 Curated Package List – Essential tools and utilities for productivity.
- ⚙️ Custom Dotfiles Management – Keep your configs versioned and reusable.
- 🛡️ System Services Setup – Ensures everything works out of the box.
-
Clone the repository
git clone https://github.com/yourusername/HyprTinker.git cd HyprTinker -
Run the install script
chmod +x install.sh ./install.sh
-
Reboot and enjoy your Hyprland-powered Arch setup!
reboot
HyprTinker/
├── install.sh # Main installation script
├── packages/
│ ├── pacman.txt # List of pacman packages
│ ├── aur.txt # List of AUR packages
├── configs/
│ ├── hyprland/ # Hyprland config files
│ ├── waybar/ # Waybar config
│ ├── alacritty/ # Terminal config
│ ├── nvim/ # Neovim setup
├── README.md # This file
Feel free to tweak the package lists, modify the configurations, or expand the setup to fit your needs.
To update your dotfiles, simply commit changes to the configs/ directory and push them to your repository.
HyprTinker is built for those who love control, customization, and minimalism. Whether you're an experienced Linux user or a curious newcomer, this project aims to make Arch + Hyprland easy and enjoyable to set up.
Contributions, issues, and feature requests are welcome! Feel free to fork, modify, and send pull requests.
MIT License. See LICENSE for details.
✨ Happy tinkering with Hyprland! ✨