12 lines
231 B
Bash
Executable File
12 lines
231 B
Bash
Executable File
#!/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
|