{"id":18147427,"url":"https://github.com/nishimi-ya/hyprland-bootstrap","last_synced_at":"2026-02-09T21:17:32.659Z","repository":{"id":258582613,"uuid":"862227464","full_name":"nishimi-ya/hyprland-bootstrap","owner":"nishimi-ya","description":"Efficient Arch Linux Hyprland Bootstrap Script: Automates setup for a seamless, optimized desktop experience.","archived":false,"fork":false,"pushed_at":"2024-12-01T13:02:23.000Z","size":37,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T03:51:10.917Z","etag":null,"topics":["automation","bootstrap","dotfiles","ricing"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nishimi-ya.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}},"created_at":"2024-09-24T08:51:09.000Z","updated_at":"2024-12-09T17:17:38.000Z","dependencies_parsed_at":"2024-10-19T17:34:05.372Z","dependency_job_id":"6a0d1bdd-934b-4cab-844d-2596bb6d1187","html_url":"https://github.com/nishimi-ya/hyprland-bootstrap","commit_stats":null,"previous_names":["xangelkawaiix/hyprland-bootstrap","nishimi-ya/hyprland-bootstrap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishimi-ya%2Fhyprland-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishimi-ya%2Fhyprland-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishimi-ya%2Fhyprland-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishimi-ya%2Fhyprland-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nishimi-ya","download_url":"https://codeload.github.com/nishimi-ya/hyprland-bootstrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250522293,"owners_count":21444510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["automation","bootstrap","dotfiles","ricing"],"created_at":"2024-11-01T22:06:31.551Z","updated_at":"2026-02-09T21:17:27.610Z","avatar_url":"https://github.com/nishimi-ya.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌸 Nishimiya's Dotfiles Bootstrap Script 🌸\n\nThis repository contains a bootstrap script to set up a new Arch Linux machine with my preferred packages and configurations. The script installs `yay` (AUR helper), clones my dotfiles repository, installs packages, copies configurations, and configures the Arch Linux mirror list.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- A fresh installation of Arch Linux. (Recommended)\n- Internet connection.\n\n\u003e [!CAUTION]\n\u003e  **Best Run on Minimal Arch Linux-based Distributions**  \n\u003e   This script is designed to be run on minimal Arch Linux-based systems. Running it on a more customized setup may lead to **conflicts** or **issues** with existing configurations.\n\u003e \n\u003e  **Configuration Overwrite Warning**  \n\u003e   This script **does not** backup your existing user configurations. It will most likely **overwrite** or cause conflicts with any existing configurations in your home directory. Be cautious if you have custom settings already in place.\n\n\u003e [!IMPORTANT]\n\u003e **No Automatic Uninstall for Dotfiles**  \n\u003e   The script does not include a mechanism for uninstalling or removing dotfiles. You will need to manually remove any dotfiles or configuration files added by the script from your system.\n\n\u003e [!TIP]\n\u003e  **Manual Package Removal**  \n\u003e   If you'd like to remove the packages installed by this script, you can manually inspect the `packages` file for a list of installed packages and remove them accordingly.\n\n### Step-by-Step Instructions\n\n1. **Download the Bootstrap Script**\n\n   Clone this repository to your local machine:\n\n   ```bash\n   git clone https://github.com/xangelkawaiix/hyprland-bootstrap.git\n   cd hyprland-bootstrap\n   ```\n\n3. **Make the Script Executable**\n\n   Before running the script, make sure it is executable:\n\n   `chmod +x bootstrap.sh`\n\n4. **Run the Bootstrap Script**\n\n   Execute the bootstrap script:\n\n   `./bootstrap.sh`\n\n### What the Script Does\n\n- **Install yay AUR Helper**\n\n   The script installs `yay`, an AUR helper that allows you to install packages from the Arch User Repository.\n\n- **Clone Dotfiles Repository**\n\n   The script clones my dotfiles repository and changes into the repository directory.\n\n- **Install Packages**\n\n   The script installs the packages listed in `packages`. The packages are organized into categories for easier management.\n\n- **Copy Configuration Files**\n\n   The script copies the configuration files and folders from the repository to the appropriate locations in your home directory. It also creates symbolic links for `.profile`, `.zshenv`, `.zshrc`, and `.zprofile`.\n\n- **Configure Arch Linux Mirror List**\n\n   The script uses `reflector` to update the Arch Linux mirror list with the fastest mirrors.\nSet Timedatectl for Dual Boot\nThe script configures timedatectl to ensure proper time handling in a dual-boot setup with Windows.\n\n- **Configure GPG Agent**\n  \n   The script configures the gpg agent to use pinentry-qt for handling passphrase prompts.\n\n- **Install Starship Prompt**\n  \n   The script installs and configures the starship prompt for a modern, minimal command-line interface.\n\n- **Detect Windows for Dual Boot**\n  \n   The script runs os-prober to detect any Windows installations for dual boot.\n\n## 🛠️ Package List\n\nThe `packages` file contains a list of packages organized into categories. Each category is commented for easier navigation. The script reads this file and installs the packages using `yay`.\n\n## 🌟 Support Me\n\nIf you find this project helpful and would like to support me, consider buying me a coffee on Trakteer:\n\n\u003ca href=\"https://trakteer.id/nishi.miya\" target=\"_blank\"\u003e\u003cimg id=\"wse-buttons-preview\" src=\"https://cdn.trakteer.id/images/embed/trbtn-red-1.png?date=18-11-2023\" height=\"40\" style=\"border: 0px; height: 40px; --darkreader-inline-border-top: 0px; --darkreader-inline-border-right: 0px; --darkreader-inline-border-bottom: 0px; --darkreader-inline-border-left: 0px;\" alt=\"Trakteer Saya\" data-darkreader-inline-border-top=\"\" data-darkreader-inline-border-right=\"\" data-darkreader-inline-border-bottom=\"\" data-darkreader-inline-border-left=\"\"\u003e\u003c/a\u003e\n\n## 📜 License\n\nThis project is licensed under the [UNLICENSE](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishimi-ya%2Fhyprland-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishimi-ya%2Fhyprland-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishimi-ya%2Fhyprland-bootstrap/lists"}