Skip to content
View redyf's full-sized avatar
❄️
I use nixos btw
❄️
I use nixos btw
  • ~/
  • 20:01 (UTC -03:00)

Highlights

  • Pro

Organizations

@zero-to-mastery
Block or Report

Block or report redyf

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
redyf/README.md

🐧 About me

{pkgs ? import <nixpkgs> {}}: let
  softwareEngineer = {
    name = "Mateus Alves";
    role = "Software Engineer";
    spokenLanguages = ["Portuguese" "English"];
    spokenLanguagesString = builtins.concatStringsSep ", " softwareEngineer.spokenLanguages;
  };
in
  with pkgs;
    writeTextFile {
      name = "mateus-alves-info.txt";
      text = ''
        Name: ${softwareEngineer.name}
        Role: ${softwareEngineer.role}
        Spoken Languages: ${softwareEngineer.spokenLanguagesString}

        Thanks for dropping by, hope you find some of my work interesting.
      '';
    }

💹 My Skills

📌 Programming languages

Programming Languages

📚 Libraries and Frameworks

Libraries and Frameworks

🎨 Markup and Style Languages

Markup and Style Languages

🧠 DevOps

DevOps Tools

🗄️ Databases

Databases

🔧 Software and Tools

Software and Tools

📊 Github stats and extras

🧬 Public statuses

🏆 Trophies

🔥 Streak

GitHub Streak


spotify-github-profile

Pinned

  1. nixdots nixdots Public

    Dotfiles for NixOS

    Nix 202 14

  2. Neve Neve Public

    Neve is a Neovim configuration built with Nixvim, it allows you to use Nix language to manage Neovim plugins/options.

    Nix 66 11

  3. Moon Moon Public

    Moon is a Neovim config written in Lua with Nix Flakes support

    Lua 8

  4. nixpkgs nixpkgs Public

    Forked from NixOS/nixpkgs

    Nix Packages collection & NixOS

    Nix