Hello world
Name: Mateus CezΓ‘rio Barreto.
Birth year: 2005.
Country: Brazil.
Backstory: a socially awkward 16yo boy installed Linux in a laptopt he got from his dad. Now here he is.
Seruna: comes from "seruna seraket", a speech from a character in Hollow Knight.

Personality:
Introverted, reclusive, often shy.
Normally prefers asynchronous communication over real-time chatting.
Sometimes a chuunibyo.
Maybe an otaku.
Hobbies:
Programming.
Listening to anime indie games soundtrack.
Playing casual or indie games, or watching people playing them.
Reading, even though I haven't had much time to read lately.
Cool:
Open source software and open knoweldge.
Linux. Using Artix btw.
C and Ruby.
GTK, with caveats.
Understanding thigs you use.
Not so cool:
Talking.
Sleeping. But it's needed.
(Current) social media.
My links that almost no one would want to see:
Software I use:
No bar, no wallpaper, no decoration, because I'm both minimalistic and lazy.
Artix Linux, the art of Linux.
Scroll, fork of Sway that makes my screen look like a big desk.
Mle terminal text editor. I don't use an IDE.
Occupations:
Structure
This readme appears in my Github and Codeberg profiles, but the repository is also meant to be my home directory. This is my /home/seruna, literally.
cd /home/seruna
git init
git branch -m main
git remote add origin "ssh://git@codeberg.org/seruna/.profile.git"
git fetch origin
git branch --set-upstream-to=origin/main main
git pull origin main
My home structure looks like this (without untracked content):
/home/seruna/
β # Self explanatory
βββ mess/
β
β # Stuff from other people
βββ their/
β
β # My stuff not tracked by this repo
βββ dotfiles/
βββ ufpa/
βββ meme/
β ...
β
β # My stuff tracked by this repo
βββ notes/
βββ readme.md
βββ install.md
β ...
βββ .gitconfig
βββ .gitignore
Stuff that comes with this repository:
notes/contains my personal annotations in Markdown and Asciidoc.install.mdhas instructions on how to install Linux.readme.mdis this file, has my introduction and a description about my home..gitignoreignores everything that is not explicitly tracked..gitconfighas my git configuration.
My separated stuff are repos that need to be cloned from my Github or Codeberg account, or unversioned files that needs to be obtained from somewhere, probably from Conibyo. My upstream repositories will have the same name they are expected to have locally.
git clone "https://codeberg.org/seruna/dotfiles.git"
git clone "https://github.com/seruna-1/ufpa.git"
My stuff that needs to be obtained separatedly:
grub-multi-iso/has instructions to set up a multiboot usb manually with grub.dotfiles/has configuration files.ufpa/has stuff from UFPA.