Skip to content
View batista's full-sized avatar
🦄
No matter what the problem is, it is always a people problem.
🦄
No matter what the problem is, it is always a people problem.

Highlights

  • Pro
Block or Report

Block or report batista

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. lint-filenames lint-filenames Public

    A simple github action that validates if all files in a given folder match the given regex pattern.

    TypeScript 30 6

  2. where-am-i-chrome where-am-i-chrome Public

    A simple chrome extension that appends a blue ribbon on the top left corner of a page served on localhost. That's it, thats all...

    JavaScript 1

  3. itux-shop-assist itux-shop-assist Public

    Your shop assistant that helps you to select the next internet provider from either itux.se or framtidensbredband.se

    TypeScript 1

  4. `.zshrc`: NVM configuration with aut... `.zshrc`: NVM configuration with auto install and usage of local node version.
    1
    export NVM_DIR="$HOME/.nvm"
    2
    [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
    3
    [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
    4
    
                  
    5
    ## Auto install and use local node version with if nvmrc is found