You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,12 @@ chmod +x install.sh
98
98
99
99
## 🧩 Optional Improvements
100
100
101
+
- Implement checkpoint/resume mechanism to allow interrupted installations to continue from the last successful step, with progress tracking and state persistence
101
102
- Add login item setup via `osascript` (e.g., for Raycast or Rectangle)
102
103
- Add versioned `global.json` for .NET SDK pinning
103
104
- Add sync logic for VS Code extensions
105
+
- Add robust brew cask installation handling with pre-installation checks and force flags to prevent interruptions from existing app installations
106
+
- Add checks for npm global installations to prevent conflicts with Homebrew-installed packages (e.g., yarn, pnpm)
0 commit comments