struct Hardware {
cpu: &'static str,
gpu: &'static str,
laptops: [&'static str; 2],
keyboards: [&'static str; 2],
}
struct Software {
os: [&'static str; 2],
compositor: &'static str,
terminals: [&'static str; 2],
shells: [&'static str; 2],
editor: &'static str,
}
struct Dev {
language: &'static str,
frameworks: [&'static str; 2],
ci: &'static str,
}
const XERXES_2: (Hardware, Software, Dev) = (
Hardware {
cpu: "AMD Ryzen 9 9950X3D",
gpu: "AMD Radeon RX 9070 XT",
laptops: ["MacBook Pro 14 2023", "ThinkPad P14s Gen6 AMD"],
keyboards: ["NuPhy Air75 V2", "NuPhy Air75 V3"],
},
Software {
os: ["CachyOS", "Arch Linux"],
compositor: "Niri",
terminals: ["Ghostty", "Kitty"],
shells: ["Fish", "Nushell"],
editor: "Helix",
},
Dev {
language: "Rust",
frameworks: ["Tokio", "Axum"],
ci: "GitHub Actions",
},
);
🛠️
Highlights
- Pro
Pinned Loading
-
-
compio-rs/compio
compio-rs/compio PublicA thread-per-core async Rust runtime with IOCP/io_uring/polling.
-
fake-warp.hx
fake-warp.hx PublicHelix Steel plugin to trigger terminal cursor animations for block cursors
Scheme 2
-
sxyazi/yazi
sxyazi/yazi Public💥 Blazing fast terminal file manager written in Rust, based on async I/O.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.





