mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
12 lines
232 B
Bash
Executable File
12 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Install Zed Editor and configure it with the current Omarchy theme
|
|
|
|
echo "Installing Zed Editor..."
|
|
omarchy-pkg-add zed omazed
|
|
|
|
# Apply Omarchy theme to Zed
|
|
omazed setup
|
|
|
|
setsid gtk-launch dev.zed.Zed
|