📦 GET THE REPO (git clone)
git clone git@github.com:philfesters/vicky.git
git clone https://github.com/philfesters/vicky.git
Then: cd vicky and bash vicky.sh
🎭 THE THREE ALIASES
vicky
Full 23‑fairy scan
vicky-watch
Continuous monitoring loop
vicky-quick
Queue builder (fast scan)
📝 ADD ALIASES (nano & save)
nano ~/.bashrc
Paste these three lines:
alias vicky='bash ~/vicky.sh'
alias vicky-watch='bash ~/vicky.sh watch'
alias vicky-quick='bash ~/vicky.sh queue'
alias vicky-watch='bash ~/vicky.sh watch'
alias vicky-quick='bash ~/vicky.sh queue'
Save: Ctrl+O → Enter → Ctrl+X
Reload: source ~/.bashrc
🚀 LAUNCH VICKY
Manual (no alias):
bash ~/vicky.sh
bash ~/vicky.sh summary
bash ~/vicky.sh watch
bash ~/vicky.sh queue
With aliases (after adding): vicky | vicky-watch | vicky-quick
🧙 THE NAMES THAT TRAVEL
BOJACK · SOI · RAVENSMEAD · GRANT FEZZY FESTERS
"No root. No noise. Just the fairies. And the legend moves with every clone."
Part of the Fezzy Station command centre — alongside Albert (error monitor) and Sentinel (threat scanner).