Skip to content
View im-lunex's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report im-lunex

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
im-lunex/README.md
█░█ █▀▀ █▄█ █   █ ▀ █▀▄▀█   █░░ █░█ █▄░█ █▀▀ ▀▄▀ ░
█▀█ ██▄ ░█░ ▄   █ ░ █░▀░█   █▄▄ █▄█ █░▀█ ██▄ █░█ ▄                                                               
#include <vector>
#include <string>
#include <iostream>

std::vector<std::string> stack = {"C++", "Rust"};
std::string focus = "Low-level system programming and WM customization";
std::string vibe = "Living in the terminal";

// Currently: Tweaking dotfiles, optimizing Linux setup, and competitive programming
// Learning: Deep dive into kernel modules and C++ algorithms
// Setup: Arch + VIM/Zed + Alacritty

int main() {
    // 💻 Linux enthusiast and minimal aesthetic seeker
    // ⚔️ Competitive Programming in C++ for speed and precision
    // ⚙️ Customizing the WM
    std::cout << "Starting the low-level journey..." << std::endl;
    return 0;
}
}

Pinned Loading

  1. zed-industries/zed zed-industries/zed Public

    Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

    Rust 74.5k 6.8k

  2. git-cli git-cli Public

    A meticulous, from-scratch implementation of Git's core functionalities, built for mastery

    Rust 1

  3. FLUX FLUX Public

    A simple command-line task manager built with Rust 🦀 Made for learning purposes – lightweight, file-based, and cross-platform.

    Rust 6 5

  4. phantom phantom Public

    A simple text editor inspired by Hecto. This is a learning project to explore building a terminal-based text editor in Rust. The editor provides basic functionality for opening, editing, and saving…

    Rust