Skip to content

Commit b1ce34c

Browse files
committed
content(log): vocab for omarchy
1 parent eebb645 commit b1ce34c

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

src/data/vocab/omarchy.jsx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
import React from 'react';
2+
3+
export default function Omarchy() {
4+
return (
5+
<div className="space-y-6 font-mono text-sm leading-relaxed">
6+
<p>
7+
<strong className="text-current">Omarchy</strong> is an "opinionated" Linux distribution created by <strong>David Heinemeier Hansson (DHH)</strong>. It is designed to be a "turn-key" masterpiece of a development environment, removing the paradox of choice by delivering a pre-configured, high-performance system.
8+
</p>
9+
10+
<div className="border-l-2 border-emerald-500/50 pl-4 py-1 italic opacity-70 text-xs">
11+
Origin: A portmanteau of <strong>"Omakase"</strong> (the chef's choice) and <strong>"Arch"</strong> (the underlying Linux base).
12+
</div>
13+
14+
<p>Key pillars of the Omarchy ecosystem:</p>
15+
<ul className="space-y-2 text-xs opacity-80 list-disc pl-4">
16+
<li>
17+
<strong>The "Omakase" Philosophy:</strong> Borrowed from Japanese dining, DHH applies the "chef's choice" to software. Instead of the user spending weeks configuring dotfiles, the system comes with a curated selection of tools (Hyprland, Neovim, Alacritty) tuned to professional standards.
18+
</li>
19+
<li>
20+
<strong>Arch Linux Foundation:</strong> It utilizes Arch for its rolling release model, ensuring the latest packages and kernel improvements are always available.
21+
</li>
22+
<li>
23+
<strong>Keyboard-Centric Workflow:</strong> Built around the <strong>Hyprland</strong> tiling window manager, it emphasizes extreme efficiency and speed through Wayland-based animations and a dedicated "Super-key" command hierarchy.
24+
</li>
25+
</ul>
26+
27+
<p>
28+
Omarchy represents the "sister project" to <strong>Omakub</strong>. While Omakub is a script for Ubuntu, Omarchy is a standalone ISO intended for those who want a pure, uncompromising developer workstation that "just works" exactly the way its creator intended.
29+
</p>
30+
</div>
31+
);
32+
}

src/data/vocabulary.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ export const vocabulary = {
147147
title: 'Occasionalism',
148148
loader: () => import('./vocab/occasionalism'),
149149
},
150+
omarchy: {
151+
title: 'Omarchy',
152+
loader: () => import('./vocab/omarchy'),
153+
},
150154
ontology: {
151155
title: 'Ontology',
152156
loader: () => import('./vocab/ontology'),

0 commit comments

Comments
 (0)