mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Quiet the normal execution
This commit is contained in:
@@ -652,9 +652,6 @@ if [ "${1:-}" = "--reset" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Main update logic
|
|
||||||
echo "🔄 Updating Obsidian vaults..."
|
|
||||||
|
|
||||||
# Step 1: ensure registry exists (bootstrap if needed)
|
# Step 1: ensure registry exists (bootstrap if needed)
|
||||||
ensure_vaults_file
|
ensure_vaults_file
|
||||||
|
|
||||||
@@ -676,9 +673,7 @@ while IFS= read -r vault_path || [ -n "$vault_path" ]; do
|
|||||||
# Step 3: update theme.css
|
# Step 3: update theme.css
|
||||||
if [ -f "$CURRENT_THEME_DIR/obsidian.css" ]; then
|
if [ -f "$CURRENT_THEME_DIR/obsidian.css" ]; then
|
||||||
cp "$CURRENT_THEME_DIR/obsidian.css" "$THEME_DIR/theme.css"
|
cp "$CURRENT_THEME_DIR/obsidian.css" "$THEME_DIR/theme.css"
|
||||||
echo " ✅ $vault_name (custom theme)"
|
|
||||||
else
|
else
|
||||||
extract_theme_data >"$THEME_DIR/theme.css"
|
extract_theme_data >"$THEME_DIR/theme.css"
|
||||||
echo " ✅ $vault_name (generated theme)"
|
|
||||||
fi
|
fi
|
||||||
done <"$VAULTS_FILE"
|
done <"$VAULTS_FILE"
|
||||||
|
|||||||
Reference in New Issue
Block a user