MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / clone_zsh_plugins

Function clone_zsh_plugins

Scripts/Developer Base/Mobile Developer Setup.py:518–528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 return True
517 return False
518
519
520def make_backup() -> Path:
521 ensure_dirs()
522 stamp = now_stamp()
523 out = BACKUPS_DIR / f"termux-settings-backup-{stamp}.tar.gz"
524 manifest = {
525 "created": stamp,
526 "home": str(HOME),
527 "prefix": str(PREFIX),
528 "targets": [],
529 "note": "Termux settings/config backup created before Mobile Developer Setup changes.",
530 }
531

Callers 1

install_setupFunction · 0.70

Calls 4

printFunction · 0.85
headerFunction · 0.70
cFunction · 0.70
bashFunction · 0.70

Tested by

no test coverage detected