┌──────────────────────────────────────┐
│ Aerospace (tiling window manager) │
│ ┌────────────────────────────────┐ │
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ══════════════════════════════════════════════════════════════════════ | |
| # SETUP — install everything this file depends on | |
| # ══════════════════════════════════════════════════════════════════════ | |
| # Core tools (one line). Run once on a fresh machine: | |
| # | |
| # brew install starship fzf zoxide eza bat | |
| # | |
| # starship — the prompt | |
| # fzf — fuzzy finder (Ctrl+R history, Ctrl+T files) | |
| # zoxide — smart cd (`z <partial>` jumps to frequent dirs) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Copy iPhone photos & videos to ~/Desktop/yuval-bak. | |
| # No installs needed — uses macOS's built-in Image Capture via AppleScript. | |
| # | |
| # Plug iPhone in over USB, unlock it, tap "Trust This Computer", then run: | |
| # bash sync_iphone.sh | |
| # | |
| # It loops, retrying until every file the device exposes has landed locally. | |
| set -u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Available AI Models: | |
| ✔ Select AI model: [OpenAI] o3-mini: $1.1/M input & $4.4/M output tokens | |
| ✔ | |
| Enter research subject: Can AI replace software engineers? | |
| ✔ Number of search queries (1-20, default 10): 5 | |
| ✔ Number of results per query (1-100, default 10): 5 | |
| ✔ Research locale (default he-IL): en-US | |
| Generated 6 questions | |
| ✔ Should the research include a detailed analysis of AI's current technical capabilities in both code generation and broader |