Thanks to visit codestin.com
Credit goes to github.com

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

Block or report im-lunex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
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 75.3k 6.9k

  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