{"id":30876559,"url":"https://github.com/felixdes/arch_post_install","last_synced_at":"2026-05-18T14:36:00.530Z","repository":{"id":311066609,"uuid":"1042345645","full_name":"FelixDes/arch_post_install","owner":"FelixDes","description":"Arch linux post-install tool that supports configuration with YAML","archived":false,"fork":false,"pushed_at":"2025-08-23T12:54:36.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-08T02:54:12.657Z","etag":null,"topics":["configuration","cpp","linux","vibe-coded"],"latest_commit_sha":null,"homepage":"","language":"C++","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/FelixDes.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}},"created_at":"2025-08-21T21:45:20.000Z","updated_at":"2025-08-23T12:54:39.000Z","dependencies_parsed_at":"2025-08-22T00:00:04.778Z","dependency_job_id":null,"html_url":"https://github.com/FelixDes/arch_post_install","commit_stats":null,"previous_names":["felixdes/arch_post_install"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FelixDes/arch_post_install","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixDes%2Farch_post_install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixDes%2Farch_post_install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixDes%2Farch_post_install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixDes%2Farch_post_install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelixDes","download_url":"https://codeload.github.com/FelixDes/arch_post_install/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixDes%2Farch_post_install/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33181231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["configuration","cpp","linux","vibe-coded"],"created_at":"2025-09-08T02:49:14.043Z","updated_at":"2026-05-18T14:36:00.492Z","avatar_url":"https://github.com/FelixDes.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arch Post-Install Tool\n\nA command-line utility for Arch-based Linux distributions to automate post-installation tasks. It provides an interactive ncurses-based menu to select and execute installation commands for packages using `yay` or custom shell scripts, configured via a YAML file.\n\n## Features\n- **Interactive Menu**: Navigate and select installation tasks using a terminal-based interface.\n- **YAML Configuration**: Define packages and custom shell commands in a structured YAML file, supporting local files or remote URLs.\n- **Flexible Actions**: Install AUR packages with `yay` or run custom shell commands.\n- **Script Generation**: Generate and optionally execute shell scripts from selected actions.\n- **Command-Line Options**: Supports options for specifying YAML input, executing scripts, and saving output to files.\n\n## Requirements\n- C++26 compiler\n- CMake 3.31+\n- Libraries: `libcurl`, `ncurses`, `yaml-cpp`, `cxxopts`\n- AUR helper: `yay`\n\n## Building\n```bash\nmkdir build\ncd build\ncmake ..\ncmake --build .\n```\n\nBinaries are placed in `build/bin`.\n\n## Usage\n```bash\n./build/bin/arch_post_install -f \u003cyaml_file_or_url\u003e [-e] [-w [output_file]]\n```\n\n- `-f, --file \u003cfile|url\u003e`: Path or URL to the YAML configuration file.\n- `-e, --exec`: Execute the generated script.\n- `-w, --write [filename]`: Save the script to a file (default: auto-generated name).\n- `-h, --help`: Display help message.\n\n## Example YAML\n```yaml\nsections:\n  core:\n    items:\n      - vim\n      - name: custom_setup\n        enabled: true\n        commands: |\n          __MGR__ -S neovim # alias for `yay --noconfirm --answerdiff=None --answeredit=None`\n          sudo systemctl enable sshd\n          __NOTIFY__ \"alert\" \"msg\" # alias for `notify-send -i dialog-information -t 5000 -u critical`\n  dev:\n    items:\n      - git\n```\n\n## Installation\nBinaries are available in the [GitHub Packages registry](https://github.com/FelixDes/arch_post_install/packages).\n\n## License\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixdes%2Farch_post_install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixdes%2Farch_post_install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixdes%2Farch_post_install/lists"}