{"id":19700212,"url":"https://github.com/dbeley/dotfiles-pinephone","last_synced_at":"2026-05-16T07:36:59.978Z","repository":{"id":98542223,"uuid":"390262828","full_name":"dbeley/dotfiles-pinephone","owner":"dbeley","description":"My linux config files for my pinephone.","archived":false,"fork":false,"pushed_at":"2024-03-03T19:41:15.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-10T10:46:07.616Z","etag":null,"topics":["dotfiles","mobian","phosh","pinephone"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dbeley.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}},"created_at":"2021-07-28T07:51:31.000Z","updated_at":"2022-02-14T23:21:04.000Z","dependencies_parsed_at":"2024-03-03T20:34:46.596Z","dependency_job_id":"4c400368-534d-479a-b6bb-32d51519cf46","html_url":"https://github.com/dbeley/dotfiles-pinephone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fdotfiles-pinephone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fdotfiles-pinephone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fdotfiles-pinephone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fdotfiles-pinephone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbeley","download_url":"https://codeload.github.com/dbeley/dotfiles-pinephone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241014179,"owners_count":19894206,"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":["dotfiles","mobian","phosh","pinephone"],"created_at":"2024-11-11T21:04:47.029Z","updated_at":"2026-05-16T07:36:54.954Z","avatar_url":"https://github.com/dbeley.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles-linux-mobile\n\nMy linux config files for my [Pinephone](https://www.pine64.org/pinephone/) (running Arch Linux ARM) and my OnePlus 6 (running PostMarketOS) both under the phosh desktop environment.\n\nTo install Arch Linux ARM I'm using [this script](https://github.com/dreemurrs-embedded/archarm-mobile-fde-installer)).\n\nI use `stow` to automatically create symbolic links.\n\nSee also my other [dotfiles](https://github.com/dbeley/dotfiles) repo for other ideas.\n\n## Pinephone OS Install\n\n###  Jumpdrive\n\n- https://github.com/dreemurrs-embedded/Jumpdrive\n- https://wiki.pine64.org/index.php/PinePhone_Installation_Instructions\n\n```\nsudo dd if=pine64-pinephone.img of=/dev/[DEVICE] bs=1M status=progress conv=fsync\n```\n\n### Archlinux FDE\n\n- https://github.com/dreemurrs-embedded/archarm-mobile-fde-installer\n- dependencies on archlinux desktop: wget, squashfs-tools, f2fs-tools\n\n## Dotfiles Install\n\nDependencies: see `archlinux_packages.txt`\n\n```\nsudo apt install git stow\ngit clone https://github.com/dbeley/dotfiles-pinephone\ncd dotfiles-pinephone\nrm ~/.bashrc\nstow gtk bash fish git nvim oh-my-fish squeekboard tmux # will create symbolic links in your home directory\ncurl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish\n```\n\n```\ncd scripts\nchmod +x *.sh\n./mobian_settings.sh\n./mobian_theme.sh\n```\n\n## Post-install\n\n```\nwal -i Pictures/wallpaper.jpg\n```\n\n- firefox: run one time, then copy `user.js` to `~/.mozilla/firefox/*****.default-release` folder\n\n## Folders\n\n- archives: some config files and scripts I don't use anymore\n- bash\n- firefox: some tweaks (`user.js` needs to be copied manually to `~/.mozilla/firefox/*****.default-esr` as the profile name is random)\n- fish\n- git\n- nvim\n- oh-my-fish\n- qutebrowser: `mkdir -p ~/.config/qutebrowser`\n- screenshot2app: a very simple screenshot app using `grim` (`sudo stow -t /usr/local screenshot2app`)\n- scripts: some scripts to apply my configuration\n- squeekboard: add keyboard layout for us-intl (supress continuous errors in log)\n- tmux: needs [tpm](https://github.com/tmux-plugins/tpm)\n\n### Scripts\n\n- `mobian_reset-control-center.sh`: the gnome settings might crash if you open empty sections, this script resets the last seen panel of the gnome control center.\n- `mobian_settings.sh`: some settings I use\n- `mobian_theme.sh`: set the gtk theme to `Adwaita-dark` and the icon theme to `Papirus-Dark` (the papirus icon pack is generally not installed by default on most distros)\n- `waydroid-delete-apps-from-drawer.sh`: delete all waydroid apps (except waydroid itself) from phosh drawer\n\n### Flatpak\n\nA lot of linux mobile apps use flatpak as a mean of installation. See `flatpak_packages.txt`.\n\n#### ArchLinux\n\n```\nsudo pacman -S flatpak\nflatpak install flathub org.nanuc.Axolotl\n```\n\n#### PostMarketOS\n\n```\nsudo apk add flatpak\nsudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\n```\n\n### Waydroid\n\n#### ArchLinux\n\n```\nsudo pacman -S waydroid-image\nsudo waydroid init -f\nsudo systemctl enable --now waydroid-container\n```\n\n#### PostMarketOS\n\n```\npmbootstrap kconfig edit linux-postmarketos-qcom-sdm845\n# General setup ─\u003e Control Group Support ─\u003e CPU controller ─\u003e Group scheduling for SCHED_RR/FIFO\npmbootstrap build --force linux-postmarketos-qcom-sdm845\npmbootstrap flasher flash_kernel\n\nsudo apk add waydroid\nsudo rc-update add cgroups default # optional\nsudo rc-service cgroups start\nsudo apk add iptables dnsmasq\n\nsudo waydroid init\n\nsudo rc-service waydroid-container start\nsudo rc-update add waydroid-container default # optional\nwaydroid status\n```\n\n### Others\n\nFrench ISP orange doesn't work well out-of-the-box. Adding an \"APN\" with the following settings fixes mobile data:\n- Name: orange world\n- APN: orange\n- user: orange\n- password: orange\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Fdotfiles-pinephone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbeley%2Fdotfiles-pinephone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Fdotfiles-pinephone/lists"}