Skip to content
View ptdewey's full-sized avatar

Sponsoring

@neovim

Highlights

  • Pro
Block or Report

Block or report ptdewey

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
ptdewey/README.md
-- initialize user profile
local ptdewey = {}

-- user info
ptdewey.info = {
    name = "patrick dewey",
    education = {
        masters = "computer science at virginia tech",
        bachelors = "computational modeling and data analytics at virginia tech"
    },
    experience = {
        "software engineering",
        "data science",
        "computational science"
    }
}

-- user stats
ptdewey.stats = {
    total_repositories = 27,
    total_stargazers = 70,
    total_commits_current_year = 310,
    total_prs = 35,
    total_issues = 10,
    top_languages = {
        lua = "41.0%",
        go = "13.8%",
        python = "10.6%",
        shell = "10.3%",
        r = "7.6%",
        vim script = "5.2%"
    }
}

return ptdewey

Pinned Loading

  1. yankbank-nvim yankbank-nvim Public

    Neovim plugin improving access to recent yank history

    Lua 49 1

  2. darkearth-nvim darkearth-nvim Public

    A dark and earthy colorscheme for Neovim.

    Lua 19

  3. pendulum-nvim pendulum-nvim Public

    Track time spent coding in Neovim

    Go

  4. dotfiles dotfiles Public

    ~/ is where the heart is

    Lua