app-init.sh 118 B

12345678
  1. #!/bin/bash
  2. cd /workspace
  3. git config codespaces-theme.hide-status 1
  4. git config oh-my-zsh.hide-info 1
  5. echo "Ready!"