{"id":25027704,"url":"https://github.com/ilbuso/manjaro-install-script","last_synced_at":"2026-05-15T13:32:39.738Z","repository":{"id":250469797,"uuid":"834520143","full_name":"ilBuso/manjaro-install-script","owner":"ilBuso","description":"This script simplifies the process of setting up a development environment by automating package installation and dotfiles management","archived":false,"fork":false,"pushed_at":"2024-07-27T16:17:25.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T01:33:59.768Z","etag":null,"topics":["automation","bash","config","gnu-stow","installation-scripts","pkg-installer","stow"],"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/ilBuso.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-07-27T14:15:12.000Z","updated_at":"2024-07-27T16:19:53.000Z","dependencies_parsed_at":"2024-07-27T17:54:40.274Z","dependency_job_id":null,"html_url":"https://github.com/ilBuso/manjaro-install-script","commit_stats":null,"previous_names":["ilbuso/manjaro-install-pkg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilBuso/manjaro-install-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilBuso%2Fmanjaro-install-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilBuso%2Fmanjaro-install-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilBuso%2Fmanjaro-install-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilBuso%2Fmanjaro-install-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilBuso","download_url":"https://codeload.github.com/ilBuso/manjaro-install-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilBuso%2Fmanjaro-install-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","bash","config","gnu-stow","installation-scripts","pkg-installer","stow"],"created_at":"2025-02-05T19:38:37.242Z","updated_at":"2026-05-15T13:32:39.718Z","avatar_url":"https://github.com/ilBuso.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manjaro Install Script\n\n## Overview\nThis Bash script automates the process of installing packages, cloning a my `.dotfiles` repository, and using GNU Stow to manage configuration files. It interacts with the user to decide which packages to install and handles the setup of configuration files in the user's `.config` directory.\n\nThis script id based on my necessities so adjust the provided lists and repository URL to suit your personal configuration.\n\n## Prerequisites\nBefore running this script, ensure you have the following tools installed on your system:\n\n- `stow`\n- `git`\n\n## Files\nThe script relies on three text files:\n\n1. `pkg_list.txt`: A list of packages that the script will ask the user about installing.\n2. `pkg_install.txt`: A temporary file used to store the list of packages the user wants to install.\n3. `stow_files.txt`: A list of configuration directories that will be managed by stow.\n\n## Usage\n1. **Prepare the Package List**: Create a `pkg_list.txt` file with a list of packages you might want to install, one per line.\n2. **Prepare the Stow Files List**: Create a `stow_files.txt` file with a list of configuration directories to manage with `stow`, one per line.\n3. **Run the Script**: Execute the script in a terminal.\n\n    ```bash\n    chmod +x your_script.sh\n    ./your_script.sh\n    ```\n\n4. **Follow Prompts**: The script will prompt you to confirm the installation of each package and to proceed with the installation process. \n\n## Example Files\n\n### pkg_list.txt\n```\ntmux\ncode\n```\n\n### stow_files.txt\n```\nvim\ntmux\nzsh\n```\n\n## Notes\n\n- Ensure that `pamac` is installed and configured properly, or replace `pamac install` with your preferred package manager command in the script.\n- The script assumes a Unix-like environment with a home directory structure.\n\n## Troubleshooting\n\n- **stow or git not found**: Make sure `stow` and `git` are installed and accessible in your `$PATH`.\n- **Permissions Issues**: Ensure you have the necessary permissions to install packages and write to the directories involved.\n- **Customizing for Different Package Managers**: Modify the package installation command if you are using a different package manager (e.g., `apt`, `yum`, `brew`).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filbuso%2Fmanjaro-install-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filbuso%2Fmanjaro-install-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filbuso%2Fmanjaro-install-script/lists"}