xcode-select --install
- Download the Space Gray colour theme
<!doctype html> | |
<html> | |
<head> | |
<!-- Priority tags. These must come first. --> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge; chrome=1"> <!-- Render Chrome if available or using latest version of Internet Explorer (Recommended). --> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
<!-- Document Title --> | |
<title>Page Title</title> | |
<!-- Allows control over where resources are loaded from. Place as early in the document as possible, only applies to content below this tag. --> |
xcode-select --install
# Disallow the Amazon AI bot. | |
User-agent: Amazonbot | |
Disallow: / | |
# Disallow the Anthropic AI bot. | |
User-agent: anthropic-ai | |
Disallow: / | |
# Disallow the Apple Intelligence bot. | |
User-Agent: Applebot |