Skip to content
View WilsonRU's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report WilsonRU

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

Hi, I'm Wilson Moura

Github Badge Linkedin Badge

About me

I'm a software engineer with a broad background on develop. I like to approach problems in system performance + architecture and enjoy working with backend.

My specialties include..

- Quickly learning new skills and programming languages
- Responsive design principles
- Problem-solving,
- Good at working in teams

PHP  Ruby  Go  Python  JavaScript  TypeScript 
React  Angular  Laravel  Rails  Express 
PostgreSQL  MySQL  Docker 

Profile View Counter

:wq!

Pinned

  1. neofetch neofetch Public

    Forked from dylanaraps/neofetch

    🖼️ A fast, highly customizable system info script that supports Linux, MacOS, iOS, BSD, Solaris, Android, Haiku, GNU Hurd, MINIX, AIX and Windows (Cygwin/MSYS2/MinGW/Windows 10 Linux subsystem)

    Shell

  2. gobolinux/Recipes gobolinux/Recipes Public

    The GoboLinux recipes repository

    Shell 105 29

  3. My ohmyzsh theme My ohmyzsh theme
    1
    PROMPT='%{$fg_bold[green]%}λ %{$fg[cyan]%}%2~ %{$fg_bold[blue]%}$(git_prompt_info) %{$reset_color%}» '
    2
    
                  
    3
    ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
    4
    ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
    5
    ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
  4. My vim config My vim config
    1
    " Configurações Gerais
    2
    syntax on
    3
    
                  
    4
    set encoding=utf-8
    5
    set nocompatible
  5. My tmux config My tmux config
    1
    bind-key -n M-T new-window
    2
    bind-key -n M-Right next-window
    3
    bind-key -n M-Left previous-window