Amadaluzia (talk | contribs) (changed to toml) |
Amadaluzia (talk | contribs) (identity change) |
||
Line 1: | Line 1: | ||
<syntaxhighlight lang="toml"> | <syntaxhighlight lang="toml"> | ||
[ | [amadaluzia.about] | ||
name = " | name = "Artur Manuel" | ||
bday = [ | bday = [ 4, 9, 2007 ] # dd/mm/yy | ||
os = [ "NixOS", "Windows" ] | os = [ "NixOS", "Debian", "Windows" ] | ||
locales = [ "en_GB", " | locales = [ "en_GB", "pt_PT" ] | ||
languages = [ "Nix", "Python", "C", "Rust" ] # Most knowledgable to least knowledgable | languages = [ "Nix", "Python", "Go", "C", "Rust" ] # Most knowledgable to least knowledgable | ||
extra = " | extra = "Caught the portuguese virus on the first second of me being born :pensive:" | ||
[ | [amadaluzia.socials] | ||
discord = "@ | discord = "@amadaluzia" | ||
youtube = "@ | youtube = "@amadaluzia" | ||
github = "@ | github = "@amadalusia" | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 11:57, 25 October 2024
[amadaluzia.about]
name = "Artur Manuel"
bday = [ 4, 9, 2007 ] # dd/mm/yy
os = [ "NixOS", "Debian", "Windows" ]
locales = [ "en_GB", "pt_PT" ]
languages = [ "Nix", "Python", "Go", "C", "Rust" ] # Most knowledgable to least knowledgable
extra = "Caught the portuguese virus on the first second of me being born :pensive:"
[amadaluzia.socials]
discord = "@amadaluzia"
youtube = "@amadaluzia"
github = "@amadalusia"