{"id":24600882,"url":"https://github.com/shimarulin/arcfg","last_synced_at":"2026-04-30T08:40:04.403Z","repository":{"id":271318684,"uuid":"913054174","full_name":"shimarulin/arcfg","owner":"shimarulin","description":"My own Ansible managed Arch Linux configuration","archived":false,"fork":false,"pushed_at":"2025-02-24T23:45:39.000Z","size":391,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T04:02:13.113Z","etag":null,"topics":["ansible","arch-linux","arch-linux-setup","archlinux","archlinux-dotfiles","dotfiles"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shimarulin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-07T00:03:51.000Z","updated_at":"2025-02-24T23:41:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"555e0d18-1220-4f75-b9cf-8090e78ff0e9","html_url":"https://github.com/shimarulin/arcfg","commit_stats":null,"previous_names":["shimarulin/arcfg"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shimarulin%2Farcfg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shimarulin%2Farcfg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shimarulin%2Farcfg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shimarulin%2Farcfg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shimarulin","download_url":"https://codeload.github.com/shimarulin/arcfg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244181013,"owners_count":20411600,"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":["ansible","arch-linux","arch-linux-setup","archlinux","archlinux-dotfiles","dotfiles"],"created_at":"2025-01-24T14:19:18.195Z","updated_at":"2026-04-30T08:40:04.398Z","avatar_url":"https://github.com/shimarulin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arcfg\n\n\u003e My own Ansible managed Arch Linux configuration\n\n## Requirements\n\n```sh\nsudo pacman -S git uv\n```\n\n## Installation\n\n```sh\ngit clone git@github.com:shimarulin/arcfg.git ~/.local/share/arcfg\ncd ~/.local/share/arcfg\nuv sync --group dev\nuv run ansible-galaxy collection install -r ./collections/requirements.yml\n```\n\n## Usage\n\n### Setup variables\n\n```sh\nuv run mkvars\n```\n\n### Run playbook\n\n```sh\nuv run ansible-playbook arcfg.gnome.main\n```\n\n### Output a playbook stdout to the log file\n\n```sh\nuv run ansible-playbook arcfg.desktop.tty \u003e .logs/play/arcfg.desktop.tty__$(date +\"%Y-%m-%d_%T\").log\n```\n\n## Development\n\n```sh\nuv run pre-commit install --install-hooks\n```\n\n### Create new role\n\n```sh\nuv run mkrole\n```\n\nBy default, this command implies installing a package with a name matching the name of the role being created.\n\n### Mount project to virtual instance (QEMU/KVM)\n\n#### Host system\n\nVM virtual fs settings example:\n\n```xml\n\u003cfilesystem type=\"mount\" accessmode=\"passthrough\"\u003e\n  \u003cdriver type=\"virtiofs\"/\u003e\n  \u003cbinary path=\"/usr/lib/virtiofsd\"/\u003e\n  \u003csource dir=\"/home/username/.local/share/arcfg\"/\u003e\n  \u003ctarget dir=\"arcfg\"/\u003e\n  \u003calias name=\"fs0\"/\u003e\n  \u003caddress type=\"pci\" domain=\"0x0000\" bus=\"0x09\" slot=\"0x00\" function=\"0x0\"/\u003e\n\u003c/filesystem\u003e\n```\n\n#### Virtual machine\n\nCreate on VM mount point:\n\n```sh\nmkdir -p ~/.local/share/arcfg\n```\n\nAutomount virtual fs with `/etc/fstab`:\n\n```\narcfg    /home/vagrant/.local/share/arcfg    virtiofs    defaults    0 0\n```\n\nCreate an additional environment configuration file manually:\n\n```sh\necho 'export UV_PROJECT_ENVIRONMENT=${HOME}/.local/share/arcfg/.cache/vmvenv' | sudo tee -a /etc/profile.d/00-arcfg.sh\n```\n\nor use a script after reboot:\n\n```sh\ncd ~/.local/share/arcfg \u0026\u0026 ./vm-init\n```\n\nReboot, jump to `~/.local/share/arcfg` dir and reinstall packages\n\n```sh\nuv sync --group dev\n```\n\n### Watch DConf changes\n\n```shell\ndconf watch / \u003e .logs/dconf.log\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshimarulin%2Farcfg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshimarulin%2Farcfg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshimarulin%2Farcfg/lists"}