-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 851 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>get.abd.dev</title>
<style>
body { font-family: -apple-system, system-ui, sans-serif; max-width: 720px; margin: 3rem auto; padding: 0 1rem; line-height: 1.5; }
code, pre { background: #f4f4f4; border-radius: 4px; }
code { padding: 0.1em 0.4em; }
pre { padding: 1rem; overflow-x: auto; }
h2 { margin-top: 2rem; }
</style>
</head>
<body>
<h1>get.abd.dev</h1>
<p>One-line install scripts.</p>
<h2>Shell (zsh + oh-my-zsh + powerlevel10k)</h2>
<pre><code>curl -fsSL https://get.abd.dev/setup-shell.sh | bash</code></pre>
<p>Installs zsh (if missing), oh-my-zsh, powerlevel10k, zsh-autosuggestions, zsh-syntax-highlighting, nvm + latest LTS node, uv, and the entire CLI. macOS and Ubuntu. Safe to re-run. Close and reopen your terminal when it finishes.</p>
</body>
</html>