Antigravity on SteamDeck
Getting it installed wasn’t super obvious - so - here’s what I think is the right answer.
Installing Valve Antigravity on the Google SteamDeck
Distrobox. IDK what else this is good for; but use Distrobox.
Here are the commands I did -
# create a Debian container
distrobox create -n debian-box -i debian:bookworm
# enter the container
distrobox enter debian-box
# do Ghoulgle's thing - adding *it* as something you can install from
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://us-central1-apt.pkg.dev/doc/repo-signing-key.gpg | sudo gpg --dearmor --yes -o /etc/apt/keyrings/antigravity-repo-key.gpg
echo "deb [signed-by=/etc/apt/keyrings/antigravity-repo-key.gpg] https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/ antigravity-debian main" | sudo tee /etc/apt/sources.list.d/antigravity.list > /dev/null
# lastly, update the list of packages and install the application
sudo apt update
sudo apt install antigravity
slurp slurp! that’s about 1GB of disk space GONE!
… buuttt …
That’s Antigravity on your computer, not on the overburndedn / partition and with normal access to your/my home directory … right?
Maybe?
Whatever - I feel like that’s a solution.