💻 Core Aliases & Functions (WayCup Admin VM)

[1] Terminal & System Maintenance

  • reload: source ~/.bashrc - Apply config changes instantly.
  • edit-config: nano ~/.bashrc && source ~/.bashrc - Edit and reload config.
  • ll: ls -la - Detailed file list.
  • dot: cd ~/dotfiles - Jump to config source of truth.
  • sys-update(): Detects environment and runs appropriate cleanup (APT, Nix Home Manager).

[2] Master CTO Infrastructure

  • box: Native SSH managed by Termius via Tailscale.
  • waycup-vm: Primary development Engine on GCP.
  • gemini-refresh: npm install -g @google/gemini-cli - Update AI tooling (Antigravity).
  • p <project_name>: Smart project jumper.
  • sync-all(): Bi-directional dotfiles synchronization across Git.

[3] WayCup Internal Business Projects

  • cdway: cd ~/projects/waycup
  • wcdep: GCP function deployment.
  • wclogs: Read GCP function logs.
  • wc-secrets: Access GCP secrets.
  • wclocal: Local functions framework.

[4] Client Projects (WayCup Creative / Dog Wizard)

  • cddog: cd ~/projects/dogwizard
  • wcc-pr: Create PR in browser.

[5] Personal Projects & Git

  • cdpers: cd ~/projects/personal
  • gs: git status
  • ga: git add .
  • gp: git push
  • gcm: git commit -m

[6] GitHub CLI

  • ghprc: gh pr create --fill
  • ghcs: gh repo clone