This is an unofficial, unsigned APT repository for Zed Editor Preview builds.
Add the repository to your sources list:
# Import the GPG key curl -fsSL https://lucasliet.github.io/zed-deb/dists/stable/pubkey.asc | sudo gpg --dearmor -o /usr/share/keyrings/zed-preview-archive-keyring.gpg # Update the repository to use the keyring echo "deb [signed-by=/usr/share/keyrings/zed-preview-archive-keyring.gpg] https://lucasliet.github.io/zed-deb stable main" | sudo tee /etc/apt/sources.list.d/zed-preview.list # Update package lists sudo apt update
Install Zed Preview:
sudo apt install zed-preview
The source code for this repository is available at github.com/lucasliet/zed-deb