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
fix: update deprecated tools and improve shell script robustness
- Replace youtube-dl with yt-dlp (actively maintained fork)
- Replace python with ipconfig for localip alias (Python 2 removed from macOS)
- Rename 'now' export to 'kforce' to avoid shadowing date alias
- Remove deprecated PIP_DOWNLOAD_CACHE from .exports
- Replace systemsetup with pmset in osx_defaults.sh (deprecated in Monterey+)
- Replace launchctl unload with bootout syntax
- Comment out deprecated tmutil disablelocal commands
- Replace hub with gh (official GitHub CLI)
- Remove unmaintained legit package
- Update setup_fedora.sh: oh-my-zsh URL, powerlevel9k to powerlevel10k
- Add idempotent checks for git clone operations
- Fix $(whoami) in vscode settings.json (shell vars don't work in JSON)
- Quote variables in bootstrap.sh to handle paths with spaces
- Quote command substitution in .zshrc pack completion
- Use chmod +x instead of +rwx for binaries
0 commit comments