Skip to content
View kimkim480's full-sized avatar
:octocat:
Post Tenebras Lux
:octocat:
Post Tenebras Lux
  • Brasil

Organizations

@by-intera @Player2-TechLab

Block or report kimkim480

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

Hi 👋, I'm Eric Câmara

A passionate Developer from Brazil

  • 🔭 I’m currently working on InHire

  • 🌱 I’m always learning something

  • 📫 Feel free to reach me: devericalves@gmail.com

Currently working with these tools:

JavaScript TypeScript NodeJS React Serverless dynamodb

kimkim480 wakatime

Pinned Loading

  1. .zshrc .zshrc
    1
    if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
    2
      source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
    3
    fi
    4
    
                  
    5
    
                  
  2. .hyper.js .hyper.js
    1
    "use strict";
    2
    // Future versions of Hyper may add additional config options,
    3
    // which will not automatically be merged into this file.
    4
    // See https://hyper.is#cfg for all currently supported options.
    5
    module.exports = {
  3. vs code settings vs code settings
    1
    {
    2
        // EDITOR
    3
        "editor.unicodeHighlight.nonBasicASCII": false,
    4
        "editor.fontFamily": "JetBrains Mono",
    5
        "editor.fontLigatures": true,