{"id":19069930,"url":"https://github.com/ansango/dotfiles","last_synced_at":"2025-07-29T00:34:32.801Z","repository":{"id":240868014,"uuid":"624825736","full_name":"ansango/dotfiles","owner":"ansango","description":"my dotfiles","archived":false,"fork":false,"pushed_at":"2024-12-12T13:25:06.000Z","size":11166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T03:42:42.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ansango.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":"2023-04-07T10:53:55.000Z","updated_at":"2024-12-19T23:28:02.000Z","dependencies_parsed_at":"2024-05-21T07:05:41.961Z","dependency_job_id":"e3b3604f-5247-41f5-b16c-7229a10d1195","html_url":"https://github.com/ansango/dotfiles","commit_stats":null,"previous_names":["ansango/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ansango/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansango%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansango%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansango%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansango%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansango","download_url":"https://codeload.github.com/ansango/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansango%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267610441,"owners_count":24115435,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":[],"created_at":"2024-11-09T01:16:13.797Z","updated_at":"2025-07-29T00:34:32.772Z","avatar_url":"https://github.com/ansango.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nThis is a collection of my dotfiles.\n\nTo my future self: remember to be simple and minimalistic. We only want to keep the essentials.\n\n## Current OS - Arch Linux - Gnome 47\n\n### Arch Installation\n\nOn a bootable USB drive with Arch Linux Live, open a terminal and run the following command to start the installation process:\n\n```bash\narchinstall\n```\n\n1. Archinstall Language - English\n2. Mirror region - 'spain' (or your country)\n3. Locales - us\n4. Disk configuration\n\t1. Use a best effort default partition layout - choose your disk\n\t2. Filesystem - ext4\n\t3. Partition /home - no\n5. Disk encryption - none\n6. Bootloader - grub-install\n7. Swap - true\n8. Hostname - arch_ansango\n9. Root pass - \\*\\*\\*\n10. User account - none\n11. Profile - minimal\n12. Audio - pipewire\n13. Kernels: linux\n14. Additional packages - nano git\n15. Network configuration - Use Networkmanager\n16. Timezone - UTC\n17. Automatic Time Sync (NTP) - true\n18. Optional repositories - multilib\n\nWould you like to chroot into the newly created installation?\n\n\u003e Yes\n\n### Add User\n\n- Add user\n\n```sh\nuseradd -m -g wheel \u003cyour_user\u003e\n```\n\n- Set a password for the user\n\n```sh\npasswd \u003cyour_user\u003e\n```\n\n### Grant sudo access\n\nAs the root user, run the following command:\n\n```sh\nEDITOR=nano visudo\n```\n\nAnd uncomment this line so it looks like this:\n\n```sh\n%wheel ALL=(ALL) ALL\n```\n\nIf you don't want to enter your password every time, do this instead:\n\n```sh\n%wheel ALL=(ALL) NOPASSWD: ALL\n```\n\nLog in to the newly created user:\n\n```bash\nsu - your_user_name\n```\n### Install dotfiles\n\nReboot your machine and log with your user\n\n```bash\nsu - your_user_name\n```\n\nClone the repository\n\n```bash\ngit clone https://github.com/ansango/dotfiles.git\n```\n\nExecute post-install.sh\n\n```bash\nsh post-install.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansango%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansango%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansango%2Fdotfiles/lists"}