Bloo-CollarBack to protocolThese are the commands from the AIIP product. The product purchase includes the protocol, the visual walkthrough video, and this command companion. Services beyond this are scoped by booked call around your pain points, goals, and needs.
xcode-select --install /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)"
brew install gh git gh auth login git config --global user.name "[Your Name]" git config --global user.email "[[email protected]]" git config --global init.defaultBranch main
brew install node pyenv npm install -g pnpm pyenv install 3.12.6 pyenv global 3.12.6 echo 'eval "$(pyenv init -)"' >> ~/.zshrc curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source ~/.cargo/env
npm install -g @anthropic-ai/claude-code brew install sst/tap/opencode npm install -g @openai/codex claude
brew install ollama brew services start ollama ollama pull llama3.2:3b ollama pull qwen2.5-coder:7b ollama pull hermes3
ollama run llama3.2:3b >>> explain what an AI agent is in plain English for a working business owner >>> /bye
curl -fsSL https://openclaw.ai/install.sh | bash openclaw onboard --install-daemon openclaw config edit openclaw gateway restart openclaw dashboard
npx n8n
# opens the editor at http://localhost:5678Manual Trigger -> Read project notes -> Ask model for next actions -> Create task list -> Save output to your business workspace
brew install --cask notion obsidian
ln -s "$HOME/Library/Mobile Documents/com~apple~CloudDocs" ~/iCloud
mkdir -p ~/iCloud/Bloo/{Obsidian,OpenClaw,Dotfiles,Projects}mkdir -p ~/iCloud/Bloo/Dotfiles cd ~/iCloud/Bloo/Dotfiles git init cp ~/.zshrc ./zshrc cp ~/.gitconfig ./gitconfig