liquidprompt 165 B

1234567
  1. #!/bin/bash
  2. gimme git
  3. REPO_URL="https://github.com/nojhan/liquidprompt"
  4. REPO_DIR="$HOME/.liquidprompt"
  5. [[ -d "$REPO_DIR" ]] || git clone "$REPO_URL" "$REPO_DIR"