// About me and the things I use
class Bean extends Person {
const details = [
"Age": 18,
"Languages": [ "Python", "JS", "Rust (learning!)" ],
"Platform": new Linux(distro: "Void"),
"Editor": "nvim",
"Misc": [ "dwm", "fish shell", "git" ],
}
}
If you're really interested in the tools I use, go check out my dotfiles repository!