Initial import: Lua config, trimmed omarchy scripts, theme system
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user