Files
archypr/scripts/install-zed
T

12 lines
231 B
Bash
Raw Normal View History

#!/bin/bash
# archypr:summary=Install Zed Editor and configure it with the current Omarchy theme
echo "Installing Zed Editor..."
archypr-kg-add zed omazed
# Apply Omarchy theme to Zed
omazed setup
setsid gtk-launch dev.zed.Zed