Skip to content
View greensponge's full-sized avatar
Block or Report

Block or report greensponge

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

Pinned

  1. nvim nvim Public

    Easy to understand pure Lua Neovim config with modular structure.

    Lua

  2. aurelia-dotnet-template aurelia-dotnet-template Public archive

    A starting point for new dotnet projects using the aurelia-framework with typescript and webpack.

    C# 14 2

  3. .emacs.d .emacs.d Public

    This repository contains my Emacs configuration.

    Emacs Lisp 1

  4. .bash_aliases .bash_aliases
    1
    
                  
    2
    ## Modified commands
    3
    alias diff='colordiff'              # requires colordiff package
    4
    alias grep='grep --color=auto'
    5
    alias more='less'
  5. Custom bash prompt string Custom bash prompt string
    1
    export PS1='\[\033[0;32m\]\u\[\033[0;36m\] \w\[\033[0;32m\]$(__git_ps1)\n\[\033[0;32m\]└─\[\033[0;32m\] \$\[\033[0;32m\] ▶\[\033[0m\] '
  6. ivt490-ATmega4809 ivt490-ATmega4809 Public

    Capture data from IVT-490 exhaust air heat pump using an Arduino Uno Wifi Rev2

    C++