{"id":29735647,"url":"https://github.com/ctorw/archfast","last_synced_at":"2026-06-30T12:31:25.693Z","repository":{"id":305457342,"uuid":"1022936183","full_name":"CtorW/archfast","owner":"CtorW","description":"Arch linux Installer + WM/DE","archived":false,"fork":false,"pushed_at":"2025-10-28T11:55:30.000Z","size":270,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"uno","last_synced_at":"2025-10-28T13:31:24.076Z","etag":null,"topics":["archfast","archfast-ctorw","archfast-git","archinstall","archlinux","archlinux-dotfiles","archlinux-installer","ctorw","hyprland","hyprland-arch","linux","server-setup","unixporn"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CtorW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-20T07:02:19.000Z","updated_at":"2025-10-28T11:55:34.000Z","dependencies_parsed_at":"2025-07-20T09:19:31.628Z","dependency_job_id":"2d30cd93-2a05-4381-91b3-737463dffe52","html_url":"https://github.com/CtorW/archfast","commit_stats":null,"previous_names":["ctorw/archfast"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/CtorW/archfast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CtorW%2Farchfast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CtorW%2Farchfast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CtorW%2Farchfast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CtorW%2Farchfast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CtorW","download_url":"https://codeload.github.com/CtorW/archfast/tar.gz/refs/heads/uno","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CtorW%2Farchfast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34967614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archfast","archfast-ctorw","archfast-git","archinstall","archlinux","archlinux-dotfiles","archlinux-installer","ctorw","hyprland","hyprland-arch","linux","server-setup","unixporn"],"created_at":"2025-07-25T13:44:19.418Z","updated_at":"2026-06-30T12:31:25.312Z","avatar_url":"https://github.com/CtorW.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n***\n\n\u003cdiv align=\"CENTER\"\u003e\n\n# 🚀 ARCHFAST - The Fast Arch Linux Installer 🚀\n\nInspired by the efficiency of Titus's scripts, `archfast` is a streamlined installer designed to get you up and running with a clean Arch Linux environment as quickly as possible.\n\n\u003c/div\u003e\n\n---\n\n## ⚠️ Disclaimer\n\n**Warning:** This script will partition and format your drives. Please back up any important data before proceeding. I'm not responsible for any data loss.\n\n---\n\n## 📋 Prerequisites\n\nBefore you begin, ensure you have the following:\n\n*   A bootable Arch Linux USB drive. You can download the latest ISO from the [official Arch Linux website](https://archlinux.org/download/).\n*   A stable internet connection.\n*   You have booted into the Arch Linux live environment.\n\n---\n\n## 🛠️ Installation\n\nThe installation process is broken down into two main parts: preparing the live environment and running the installer script.\n\n### **Step 1: Prepare the Live Environment**\n\nFirst, you need to set up the live environment to download and run the installer.\n\n1.  **Connect to the Internet**\n\n    *   **For Wi-Fi:** Use `iwctl` to connect to your network.\n        ```bash\n        iwctl\n        station wlan0 connect \u003cYOUR_WIFI_SSID\u003e\n        # Enter your Wi-Fi password when prompted.\n        exit\n        ```\n    *   **For Ethernet:** Your connection should be automatically established.\n\n    You can verify your connection with:\n    ```bash\n    ping archlinux.org\n    ```\n\n2.  **Initialize Pacman Keys**\n\n    This step ensures that all packages downloaded are from trusted sources.\n    ```bash\n    pacman-key --init\n    pacman-key --populate archlinux\n    ```\n\n3.  **Install Git**\n\n    Git is required to download the `archfast` installer from its repository.\n    ```bash\n    pacman -Syy git --noconfirm\n    ```\n\n### **Step 2: Run the Archfast Installer**\n\nNow you are ready to download and run the main installer.\n\n```bash\ngit clone https://github.com/CtorW/archfast.git\ncd archfast\n./archfast.sh\n```\n\nFollow the on-screen prompts to complete the base installation of Arch Linux.\n\n---\n\n## 🎉 Post-Installation\n\nCongratulations! The base system is installed. A couple more steps and you'll have a full desktop environment.\n\n1.  **Reboot Your System**\n\n    First, eject the installation media (USB drive).\n    ```bash\n    reboot\n    ```\n\n2.  **Log In**\n\n    Log in to your new system with the username and password you created during the installation.\n\n3.  **Install Your Desktop Environment**\n\n    The `fast-de.sh` script will install your chosen Desktop Environment and essential applications like `fish`, `curl`, and `wget`.\n\n    From your home directory (`/home/$USERNAME/archfast`), run the script:\n    ```bash\n    ./fast-de.sh\n    ```\n| Desktop Environments | Window Manager |\n|---|---|\n| GNOME, KDE Plasma, XFCE, Cinnamon, MATE, LXQt | i3, Sway, AwesomeWM, Hyprland |\n\n---\n\n### **Advanced Theming with `nwg-look`**\n\nFor a graphical interface to manage and apply GTK themes, you can use `nwg-look`. It is a powerful tool for customizing the look and feel of your desktop.\n\nYou can install it from the AUR using `yay`:\n```bash\nyay -S nwg-look\n```\nAlternatively, you can build it from source from its [GitHub repository](https://github.com/nwg-piotr/nwg-look).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctorw%2Farchfast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctorw%2Farchfast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctorw%2Farchfast/lists"}