Skip to content
View carlRondoni's full-sized avatar

Block or report carlRondoni

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 Loading

  1. go-basic-env go-basic-env Public

    A simple golang compile/test env for local

    Go

  2. tell-dont-ask-kata tell-dont-ask-kata Public

    Forked from racingDeveloper/tell-dont-ask-kata

    A legacy refactor kata, focused on the violation of the tell don't ask principle and anemic domain model

    PHP

  3. Wezterm config Wezterm config
    1
    -- Pull in the wezterm API
    2
    local wezterm = require 'wezterm'
    3
    
                  
    4
    -- This will hold the configuration.
    5
    local config = wezterm.config_builder()
  4. Vim Config, remember before to insta... Vim Config, remember before to install vim-plug https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    1
    call plug#begin(expand('~/.vim/plugged'))
    2
    
                  
    3
    " Theme
    4
    Plug 'arcticicestudio/nord-vim'
    5
    Plug 'vim-airline/vim-airline'