Initial import: Lua config, trimmed omarchy scripts, theme system
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "=== Archypr Configuration Setup ==="
|
||||
|
||||
echo "Step 1: Cloning and trimming omarchy scripts..."
|
||||
bash /home/oval/archypr-config/clone-omarchy.sh
|
||||
|
||||
echo "Step 2: Installing scripts to ~/.local/bin..."
|
||||
bash /home/oval/archypr-config/install-scripts.sh
|
||||
|
||||
echo "Step 3: Creating machine branch file..."
|
||||
echo "omac" > /home/oval/archypr-config/.machine-branch
|
||||
|
||||
echo "Step 4: Copying logo..."
|
||||
mkdir -p /home/oval/archypr-config/themes/ethereal
|
||||
cp ~/archlogo.txt /home/oval/archypr-config/themes/ethereal/arch-logo.txt
|
||||
|
||||
echo "=== Setup Complete ==="
|
||||
Reference in New Issue
Block a user