diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-11 21:15:39 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-11 21:15:39 -0500 |
| commit | 88029592bbee3d227e15500b13f3a01f8b095862 (patch) | |
| tree | 0ba9e2c33e780905af118623816f4891df67f895 /copy.sh | |
| parent | a7c359e377d6daed4af9158ea0cc915d804ea359 (diff) | |
Updated copy.sh with current status and next steps
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -23,9 +23,10 @@ # - Backup cleanup (auto in express). # - Final symlinks (waybar) and wallust init. # -# Next modular step: -# Ghostty/WezTerm install logic lives in lib_apps.sh now; consider -# breaking user restore logic into helpers for clarity. +# Next modular steps: +# - Restore logic has been moved into lib_copy helpers; review for further +# consolidation or tests. +# - Consider modularizing remaining app-specific tweaks/prompts. clear wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_current |
