{"id":50996405,"url":"https://github.com/vncsmyrnk/arch-config","last_synced_at":"2026-06-20T10:01:24.076Z","repository":{"id":263068573,"uuid":"861410280","full_name":"vncsmyrnk/arch-config","owner":"vncsmyrnk","description":"Useful information about arch config and utilities.","archived":false,"fork":false,"pushed_at":"2026-06-19T22:29:00.000Z","size":70,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-20T00:13:18.940Z","etag":null,"topics":["archlinux","documentation"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vncsmyrnk.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-22T20:12:33.000Z","updated_at":"2026-06-19T22:28:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"2eda4e0d-62cf-4470-9342-d895eed0227d","html_url":"https://github.com/vncsmyrnk/arch-config","commit_stats":null,"previous_names":["vncsmyrnk/arch","vncsmyrnk/arch-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vncsmyrnk/arch-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vncsmyrnk%2Farch-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vncsmyrnk%2Farch-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vncsmyrnk%2Farch-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vncsmyrnk%2Farch-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vncsmyrnk","download_url":"https://codeload.github.com/vncsmyrnk/arch-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vncsmyrnk%2Farch-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34565244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["archlinux","documentation"],"created_at":"2026-06-20T10:01:20.697Z","updated_at":"2026-06-20T10:01:24.071Z","avatar_url":"https://github.com/vncsmyrnk.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arch\n\nUseful information about arch config and utilities.\n\n## Useful links\n\n- [Wiki](https://wiki.archlinux.org/title/Main_page)\n- [ISOs](https://archlinux.org/download/)\n\n## Archinstall\n\n```bash\ncurl -LO https://raw.githubusercontent.com/vncsmyrnk/arch/refs/heads/main/install.sh\nchmod +x install.sh\nMY_PASSWORD=password MY_ROOT_PASSWORD=root_password ./install.sh\n```\n\n## Encrypting partitions\n\n[dm-crypt](https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system)\u003cbr\u003e\n[GRUB Setup](https://bbs.archlinux.org/viewtopic.php?id=301301)\u003cbr\u003e\n[Reencrypt a device](https://unix.stackexchange.com/questions/444931/is-there-a-way-to-encrypt-disk-without-formatting-it)\u003cbr\u003e\n[GRUB regenerate the config file](https://wiki.archlinux.org/title/GRUB#Generate_the_main_configuration_file)\u003cbr\u003e\n[Removing system encryption](https://wiki.archlinux.org/title/Removing_system_encryption)\n\n## Installation caveats\n\n### Networking\n\nReference: https://wiki.archlinux.org/title/Network_configuration\n\n```bash\ncat \u003c\u003cEOF \u003e /etc/systemd/network/20-wired.network\n[Match]\nName=enp2s0\n\n[Network]\nDHCP=yes\nEOF\n```\n\n```bash\ncat \"nameserver 8.8.8.8\" \u003e /etc/resolv.conf\nsudo pacman -S networkmanager\nsudo systemctl enable systemd-networkd\nsudo systemctl start systemd-networkd\nsudo systemctl enable NetworkManager\nsudo systemctl start NetworkManager\n```\n\n```bash\nping 8.8.8.8 # for testing\n```\n\n### GPU Drivers\n\n#### AMD\n\n```bash\nsudo pacman -S mesa xf86-video-amdgpu\n```\n\n#### NVIDIA\n\n```bash\nsudo pacman -S mesa nvidia-open\n```\n\nMake sure to also install `envycontrol` for switching between integrated and dedicated cards and  `nvtop` to monitor GPU usage.\n\n### Using system clipboard in vim\n\nVim is useful during the installation for running the commands one by one. Using the system clipboard in this scenario is very useful.\n\n- Install `vim-gtk3`\n- Set the clipboard inside vim: `set clipboard=unnamedplus`\n\n### Increase archiso disk space\n\nWhen needing space for installing packages on the archiso:\n\n```sh\nmount -o remount,size=1G /run/archiso/cow\n```\n\n## Best practices\n\n### LTS kernel\n\nInstall `linux-lts` and `linux-lts-headers` alongside `linux` and `linux-headers`. The LTS kernel can be useful if some regression problem on kernel updates.\n\nWhen using GRUB, regenerate the configuration file. This ensures the LTS kernel appears on \"Advanced options\" section.\n\n## Applying configurations\n\n```bash\njust config\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvncsmyrnk%2Farch-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvncsmyrnk%2Farch-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvncsmyrnk%2Farch-config/lists"}