{"id":13339076,"url":"https://github.com/eualexandrerrr/myarch","last_synced_at":"2025-03-11T12:31:11.510Z","repository":{"id":243074897,"uuid":"250032084","full_name":"eualexandrerrr/myarch","owner":"eualexandrerrr","description":"Arch Linux script install","archived":false,"fork":false,"pushed_at":"2023-03-09T02:41:36.000Z","size":196,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-24T00:22:14.243Z","etag":null,"topics":["arch","btrfs","crypt","install","linux","luks","script","uefi"],"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/eualexandrerrr.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":"2020-03-25T16:30:52.000Z","updated_at":"2023-03-08T13:57:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a4d72af-d6b4-41fd-b66a-aed861f26570","html_url":"https://github.com/eualexandrerrr/myarch","commit_stats":null,"previous_names":["mamutal91/myarch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eualexandrerrr%2Fmyarch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eualexandrerrr%2Fmyarch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eualexandrerrr%2Fmyarch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eualexandrerrr%2Fmyarch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eualexandrerrr","download_url":"https://codeload.github.com/eualexandrerrr/myarch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243034808,"owners_count":20225409,"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":["arch","btrfs","crypt","install","linux","luks","script","uefi"],"created_at":"2024-07-29T19:19:01.040Z","updated_at":"2025-03-11T12:31:11.486Z","avatar_url":"https://github.com/eualexandrerrr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ~/myarch\n\n![arch](https://github.com/mamutal91/myarch/raw/master/images/arch.png)\n\n## How to use?\n\n1. Download the latest iso from the [**ArchLinux website**](https://archlinux.org/download/)\n\n2. Create the image\n```bash\ndd if=archlinux-2021.07.01-x86_64.iso of=/dev/sdb status=progress \u0026\u0026 sync\n```\n3. You need to [**disable UEFI secure boot**](https://www.google.com/search?q=how+to+disable+uefi+secure+boot+bios\u0026sxsrf=ALeKk00nf_nHTJhKj9AFnGoqWU_jUnoh2Q%3A1626391533582\u0026ei=7cPwYImaItnd1sQP_4yCoAM\u0026oq=how+to+disable+uefi+secure+boot+bios\u0026gs_lcp=Cgdnd3Mtd2l6EAMyBggAEBYQHjIGCAAQFhAeMgYIABAWEB4yBggAEBYQHjIGCAAQFhAeOgcIIxCwAxAnOgcIABBHELADOgQIIxAnOggIABCxAxCDAToFCAAQsQM6AggAOg4ILhCxAxCDARDHARCvAToICC4QsQMQgwE6BAgAEEM6BQguELEDOgIILjoFCAAQywE6BggAEA0QHkoECEEYAFDRFFimVWC6VmgEcAJ4AYABxwGIAcwgkgEEMC4zMZgBAKABAaoBB2d3cy13aXrIAQnAAQE\u0026sclient=gws-wiz\u0026ved=0ahUKEwjJxP7MnObxAhXZrpUCHX-GADQQ4dUDCA4\u0026uact=5) in your bios\n4. Reboot and boot the pendrive\n5. Start Arch Linux install\n\n![menu](https://github.com/mamutal91/myarch/raw/master/images/menu.png)\n\n6. You should be seeing something like the image below.\n\n![tty](https://github.com/mamutal91/myarch/raw/master/images/tty.png)\n\n## Installation steps\n#### Keyboard mapping\n\n1. If you don't know, run the first command to list the available options\n```bash\nlocalectl list-keymaps\n```\n\n2. Load your keyboard mapping\n```bash\nloadkeys br-abnt2\n```\n\n#### Connect wifi (if you are using network cable, skip this part)\n\n1. Discover your wireless interface\n```bash\niwctl device list\n```\n\n | Name | Address | Powered | Adapter | Mode\n |--|--|--|--|--|\n | wlan0 | 80:30:49:0c:be:9b | on | phy0 | station |\n\n2. Scan nearby networks\n```bash\niwctl station wlan0 scan\n```\n\n3. Connect\n```bash\niwctl station wlan0 connect 'Mamut 5GHz'\n```\n\n#### Install!\n\n1. Install git\n```bash\npacman -Sy git --noconfirm\n```\n\n2. Clone this repository and enter the folder\n```bash\ngit clone https://github.com/mamutal91/myarch\ncd myarch\n```\n\n3. Run script\n```bash\n./install.sh\n```\n\n## Final considerations\nThis installation does not provide a graphical interface, but if you want you can try [**my dotfiles**](https://github.com/mamutal91/dotfiles) or search for other interface installation tutorials.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feualexandrerrr%2Fmyarch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feualexandrerrr%2Fmyarch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feualexandrerrr%2Fmyarch/lists"}