|
606 | 606 | <a href="#options">Options</a> |
607 | 607 | <a href="#examples">Examples</a> |
608 | 608 | </nav> |
609 | | - <a href="#quickstart" class="btn nav-cta">Get started →</a> |
| 609 | + <div style="display:flex;gap:.6rem;align-items:center"> |
| 610 | + <a href="https://github.com/franckferman/ubuntu-post-install" target="_blank" rel="noopener" class="btn nav-cta" style="background:var(--bg3);color:var(--text);border:1px solid var(--border);display:flex;align-items:center;gap:.4rem"> |
| 611 | + <svg width="13" height="13" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.3 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61-.546-1.387-1.333-1.756-1.333-1.756-1.09-.745.083-.729.083-.729 1.205.084 1.84 1.237 1.84 1.237 1.07 1.834 2.807 1.304 3.492.997.108-.775.418-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.468-2.38 1.235-3.22-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.3 1.23a11.5 11.5 0 0 1 3.003-.404c1.02.005 2.047.138 3.003.404 2.29-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.91 1.235 3.22 0 4.61-2.807 5.625-5.479 5.92.43.372.823 1.102.823 2.222 0 1.606-.015 2.898-.015 3.293 0 .322.216.694.825.576C20.565 21.795 24 17.295 24 12c0-6.63-5.37-12-12-12z"/></svg> |
| 612 | + GitHub |
| 613 | + </a> |
| 614 | + <a href="#quickstart" class="btn nav-cta">Get started →</a> |
| 615 | + </div> |
610 | 616 | </header> |
611 | 617 |
|
612 | 618 | <!-- HERO --> |
|
665 | 671 | <div class="stat"><div class="stat-num">20</div><div class="stat-label">Optional extras</div></div> |
666 | 672 | <div class="stat"><div class="stat-num">7</div><div class="stat-label">Extras groups</div></div> |
667 | 673 | <div class="stat"><div class="stat-num">3</div><div class="stat-label">Firewall engines</div></div> |
668 | | - <div class="stat"><div class="stat-num">CIS</div><div class="stat-label">Benchmark aligned</div></div> |
| 674 | + <div class="stat"><div class="stat-num">60+</div><div class="stat-label">CLI flags</div></div> |
669 | 675 | </div> |
670 | 676 |
|
671 | 677 | <!-- FEATURES --> |
@@ -720,7 +726,7 @@ <h2 class="section-title">Up and running in one command.</h2> |
720 | 726 | <div class="pre-wrap"> |
721 | 727 | <button class="copy-btn" onclick="copyCode(this)">copy</button> |
722 | 728 | <pre><span style="color:var(--dim)"># Download</span> |
723 | | -curl -O https://raw.githubusercontent.com/franckferman/ubuntu-post-install/main/ubuntu-post-install.sh |
| 729 | +curl -O https://raw.githubusercontent.com/franckferman/ubuntu-post-install/stable/ubuntu-post-install.sh |
724 | 730 |
|
725 | 731 | <span style="color:var(--dim)"># Run with defaults — dark theme, performance, all 15 steps</span> |
726 | 732 | bash ubuntu-post-install.sh |
@@ -941,8 +947,13 @@ <h2 class="section-title">Every default documented.<br>Every choice overridable. |
941 | 947 | <div class="opt-group-head">🐚 Zsh</div> |
942 | 948 | <div class="opt-row"><div class="opt-flag">--p10k-preset</div><div class="opt-desc">Powerlevel10k prompt preset</div></div> |
943 | 949 | <div class="opt-row"><div class="opt-flag">--p10k-segments</div><div class="opt-desc">Apply extended segment config</div></div> |
| 950 | + <div class="opt-row"><div class="opt-flag">--no-p10k-custom</div><div class="opt-desc">Skip custom p10k segment overrides</div></div> |
| 951 | + </div> |
| 952 | + |
| 953 | + <div class="opt-group"> |
| 954 | + <div class="opt-group-head">⚙️ General</div> |
944 | 955 | <div class="opt-row"><div class="opt-flag">--steps</div><div class="opt-desc">Run specific steps e.g. <code>1,3-7,15</code></div></div> |
945 | | - <div class="opt-row"><div class="opt-flag">--no-emojis</div><div class="opt-desc">Plain text output symbols</div></div> |
| 956 | + <div class="opt-row"><div class="opt-flag">--no-emojis</div><div class="opt-desc">Plain text output (for CI / logging)</div></div> |
946 | 957 | </div> |
947 | 958 | </div> |
948 | 959 | </div> |
@@ -1044,7 +1055,7 @@ <h2>Ready to automate your setup?</h2> |
1044 | 1055 |
|
1045 | 1056 | <!-- FOOTER --> |
1046 | 1057 | <footer> |
1047 | | - ubuntu-post-install v2.0.0 · <a href="https://github.com/franckferman" style="color:var(--dim)">Franck FERMAN</a> · 2026 |
| 1058 | + ubuntu-post-install v2.0.0 · <a href="https://github.com/franckferman" style="color:var(--dim)">Franck FERMAN</a> · <a href="https://github.com/franckferman/ubuntu-post-install" style="color:var(--dim)">GitHub</a> · <a href="LICENSE" style="color:var(--dim)">AGPL-3.0</a> · 2026 |
1048 | 1059 | </footer> |
1049 | 1060 |
|
1050 | 1061 | <script> |
|
0 commit comments