1ea6b492eb
Installer: - channel order is a dependency graph: `script` now runs before `brew`, so core/brew exists by the time lazygit, omp and herdr are attempted. Those three have no apt package at all and failed on every fresh Linux box. - core/brew and core/node are real script/tarball rows now. apt's nodejs is 18.19 while four npm rows declare node>=20; npm only warns on a failed engines check, so the install "succeeded" and `pi` then died at parse time. - apt_known asks `apt-cache policy` for an installation candidate rather than `apt-cache show` for existence: docker-ce exists in the cache with `Candidate: (none)` and exits 0, which kept it in the batch and made apt refuse all thirty packages at once. - failures are reported by manifest key, not by install argument, so the name in the summary is one you can type at the picker or pass to `dotup explain`. - flatpak installs the tool, adds the flathub remote, and uses --user, which is the only scope that works without a session bus. - gh: deb assets fill %a and %v, because a distro-targeted deb names the release as well as the arch (ghostty-ubuntu). - ensure_bws downloads into a `mktemp -d` instead of fixed /tmp paths. - the endpoint password prompt says so out loud when stty cannot turn echo off, instead of silently leaving the password in the scrollback. - cmd_toggle writes tmp-then-rename, matching cmd_expand. Picker: - DU-C1: comments had been inserted between the continued lines of the fzf invocation. The `\`-newline is stripped first, so the comment's own newline terminated the command — fzf ran with two binds and the lines below it ran as a command named `--bind`, so `dotup pick` returned 1 having drawn a dead picker. The comment now sits above the pipeline. - the header is built with a plain variable: `$'...'` is a bashism and /bin/sh on Ubuntu is dash, the one platform this is written for. - the /dev/tty probe runs BEFORE the defaults preset, so a run in a pipe no longer overwrites the selection with 43 rows before failing to draw. - a completed pick is recorded in $STATE/picked, so "install nothing" survives the next run and a prior `dotup plan` no longer counts as having chosen. - $SEL must be readable and writable before anything draws: every bind is execute-silent, which throws its child's status away. - ensure_fzf resolves system-first, cache-second, as the README promises. - ^t clears the query, so rows pulled in along @needs are on screen.
130 lines
7.0 KiB
Plaintext
130 lines
7.0 KiB
Plaintext
#group pkg flag apt brew note
|
|
#
|
|
# Five columns, tab separated, greppable by hand. Anything that would have been
|
|
# a sixth column is an @ directive instead, so a package with no dependency and
|
|
# no install argument -- most of them -- costs nothing to read.
|
|
#
|
|
# @needs <group/pkg> <dep>... dep is group/pkg or a whole group.
|
|
# Closure is transitive in both directions.
|
|
# @spec <group/pkg> <arg>... Argument for a channel that cannot be named
|
|
# by the package: the npm spec, the flatpak
|
|
# app id, the .deb source. Defaults to the
|
|
# package name when absent.
|
|
# @<group> <note> Group note. Only needed where the members
|
|
# fail the safe test for different reasons;
|
|
# otherwise the worst child's note is right.
|
|
#
|
|
# A leading `-` in the apt or brew column means "not from this package manager":
|
|
# -tarball -npm -script -snap -deb -flatpak -uv -builtin -xcode.
|
|
# A bare `-` means unavailable there. Linux falls back to the brew column before
|
|
# giving up -- omp, herdr and lazygit have no apt package at all. The fallback is
|
|
# one-directional: there is no apt on a Mac, so a `-` in the brew column is the
|
|
# end of the road rather than a reason to read a column of Debian package names.
|
|
#
|
|
@needs networking/xrdp desktop
|
|
@needs networking/xorgxrdp desktop
|
|
@needs gpu/container-toolkit docker
|
|
@needs agents/codex core/node
|
|
@needs agents/pi core/node
|
|
@needs agents/pi-plugins core/node
|
|
@needs agents/pi-plugins agents/pi
|
|
@needs agents/specify-cli core/uv
|
|
@needs core/mermaid-cli core/node
|
|
# The three rows with no apt package at all. They resolved to brew and
|
|
# nothing installed brew, so `^a` ticked them and they failed on every
|
|
# fresh Linux box. On Linux brew lives entirely under
|
|
# /home/linuxbrew/.linuxbrew, which find_tool already probes.
|
|
@needs core/lazygit core/brew
|
|
@needs agents/omp core/brew
|
|
@needs agents/herdr core/brew
|
|
@needs core/neovim core/imagemagick core/mermaid-cli
|
|
@needs private/bws-secrets core/unzip
|
|
#
|
|
# npm names carry scopes that the plugin's short name does not. `npm i -g
|
|
# rpiv-btw` installs somebody else's package.
|
|
@spec agents/codex @openai/codex
|
|
@spec agents/pi @earendil-works/pi-coding-agent
|
|
@spec agents/pi-plugins @juicesharp/rpiv-ask-user-question @juicesharp/rpiv-btw @juicesharp/rpiv-todo @samfp/pi-memory @tmustier/pi-ralph-wiggum pi-markdown-preview pi-powerline-footer pi-simplify pi-subagents pi-web-access
|
|
@spec agents/specify-cli specify-cli
|
|
@spec core/mermaid-cli @mermaid-js/mermaid-cli
|
|
@spec core/bitwarden-cli bw
|
|
@spec apps/obsidian md.obsidian.Obsidian
|
|
@spec apps/chrome https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
|
@spec apps/ghostty gh:mkasberg/ghostty-ubuntu:_%a_%v.deb
|
|
core neovim safe -tarball neovim apt ships 0.9.5 — tarball to /opt/nvim
|
|
core ripgrep safe ripgrep ripgrep binary is rg
|
|
core fd safe fd-find fd binary is fdfind on ubuntu
|
|
core bat safe bat bat binary is batcat on ubuntu
|
|
core fzf safe fzf fzf for your shell (ctrl-r); the picker uses its own pinned copy
|
|
core eza safe eza eza
|
|
core zsh safe zsh -builtin login shell everywhere
|
|
core tmux safe tmux tmux
|
|
core git-lfs safe git-lfs git-lfs
|
|
core lazygit safe - lazygit no apt package
|
|
core gh safe gh gh
|
|
core chezmoi safe -script chezmoi bootstrap cannot come from the manifest
|
|
core go safe -tarball go /usr/local/go on linux
|
|
core uv safe -script uv astral installer to ~/.local/bin
|
|
core brew safe -script -builtin linuxbrew — the only source for lazygit, omp and herdr
|
|
core node safe -tarball node apt ships 18.19 and the npm rows below need 20+ — tarball to /opt/node
|
|
core imagemagick safe imagemagick imagemagick required by the nvim markdown render path
|
|
core mermaid-cli safe -npm -npm mmdc — nvim renders mermaid fences with it
|
|
core btop safe btop btop
|
|
core htop safe htop htop
|
|
core ncdu safe ncdu ncdu
|
|
core unzip safe unzip unzip the bws release ships as a .zip, and 24.04 minimal has no unzip
|
|
core tree safe tree tree
|
|
core cmake safe cmake cmake
|
|
core ninja safe ninja-build ninja package name differs from binary
|
|
core build-tools safe build-essential -xcode
|
|
core magic-wormhole safe magic-wormhole magic-wormhole snap wormhole on dev
|
|
core bitwarden-cli safe -snap bitwarden-cli snap bw on ubuntu
|
|
core mosh safe mosh mosh
|
|
core nmap safe nmap nmap
|
|
core binwalk safe binwalk binwalk
|
|
core pipx safe pipx pipx
|
|
core age safe age age general purpose only now
|
|
agents codex safe -npm -npm @openai/codex — unpinned, always latest
|
|
agents pi safe -npm -npm @earendil-works/pi-coding-agent
|
|
agents pi-plugins safe -npm -npm 10 plugins: rpiv-*, pi-memory, pi-subagents, ...
|
|
agents omp safe - can1357/tap/omp oh my pi — tap only, pulls linuxbrew on linux
|
|
agents herdr safe - herdr terminal workspace manager for agents
|
|
agents specify-cli safe -uv -uv uv tool install
|
|
fonts hack-nerd-font safe fonts-powerline font-hack-nerd-font
|
|
fonts iosevka-nerd-font safe fonts-powerline font-iosevka-nerd-font
|
|
media ffmpeg safe ffmpeg ffmpeg
|
|
media sox safe sox sox
|
|
media p7zip safe p7zip-full p7zip
|
|
apps obsidian gui -flatpak obsidian
|
|
apps ghostty gui -deb ghostty
|
|
apps chrome gui -deb google-chrome
|
|
apps firefox gui firefox firefox
|
|
apps vlc gui vlc vlc
|
|
@networking daemons, listening ports, and setuid mount helpers
|
|
networking openssh-server invasive openssh-server -builtin opens port 22 on every network this box can reach
|
|
networking tailscale invasive tailscale tailscale daemon; joins a private network and rewrites DNS
|
|
networking avahi-daemon invasive avahi-daemon - daemon; broadcasts this host on the LAN
|
|
networking xrdp invasive xrdp - opens port 3389 · useless without the desktop group
|
|
networking xorgxrdp invasive xorgxrdp - xrdp's X backend
|
|
networking nfs-common invasive nfs-common - setuid mount helper
|
|
networking cifs-utils invasive cifs-utils - setuid mount helper
|
|
networking davfs2 invasive davfs2 - setuid mount helper
|
|
@docker daemon; membership in the docker group is root-equivalent
|
|
docker docker-ce invasive docker-ce - daemon; docker group is root-equivalent
|
|
docker docker-buildx invasive docker-buildx-plugin -
|
|
docker docker-compose invasive docker-compose-plugin -
|
|
@desktop changes the display manager — can leave you at a black screen
|
|
desktop xfce4 invasive xfce4 - changes the display manager
|
|
desktop lightdm invasive lightdm - CAN LEAVE YOU AT A BLACK SCREEN
|
|
@gpu kernel modules; a bad driver can break boot
|
|
gpu nvidia-driver invasive nvidia-driver-570 - kernel modules; can break boot
|
|
gpu cuda-toolkit invasive nvidia-cuda-toolkit -
|
|
gpu container-toolkit invasive nvidia-container-toolkit - requires docker
|
|
@virt daemon, bridges, and group membership
|
|
virt qemu invasive qemu-kvm -
|
|
virt libvirt invasive libvirt-daemon-system - daemon + group membership
|
|
virt virt-manager invasive virt-manager -
|
|
@private one password, typed after the install finishes
|
|
private private-repo private - - ~/.local/share/dotfiles-private — agent config, ssh config
|
|
private bws-secrets private - - bws + 7 API keys into ~/.config/zsh/secrets.zsh; the tier installs bws itself
|