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.

me.png

Personality:

Hobbies:

Cool:

Not so cool:

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.

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:

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: