Skip to content
View pta2002's full-sized avatar
💻
Aaaaaaaaaaa
💻
Aaaaaaaaaaa

Highlights

  • Pro
Block or Report

Block or report pta2002

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
pta2002/README.md

Hi!

I'm Pedro, aka pta2002. I'm currently doing a masters in Computer Engineering at UMinho.

For the past few years, I've gotten deep into the Nix/NixOS ecosystem, and as such have started a few projects revolving around it, notably NixVim, which is actively getting contributions from several other people.

Contact

If you want to contact me, the best way is to send me an email: pedro@pta2002.com

Pinned

  1. nix-community/nixvim nix-community/nixvim Public

    Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon]

    Nix 1.3k 182

  2. intellitab.nvim intellitab.nvim Public

    A neovim plugin to only press tab once

    Lua 6

  3. nixos-config nixos-config Public

    My NixOS flake-based config

    Nix 4

  4. typst-timeliney typst-timeliney Public

    Create Gantt charts in Typst

    Typst 16 1

  5. b2dwm b2dwm Public

    Forked from dylanaraps/sowm

    A window manager with physics!

    C 23

  6. ANSI colors in a single header file ANSI colors in a single header file
    1
    #ifndef COLORS_H
    2
    #define COLORS_H
    3
    
                  
    4
    #define BOLD        "\e[1m"
    5
    #define DIM         "\e[2m"