Skip to content
View phaberest's full-sized avatar
🌎
On a world tour as digital nomad
🌎
On a world tour as digital nomad

Organizations

@codersmedia @ohmybugs
Block or Report

Block or report phaberest

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

Hi there 👋

I happened to be a passionate developer that still strives to stay inside 80 columns.

90% of what I say is crap, but 10% might save your life.

I always need more coffee ☕

I'm Italian 🤌🏻 🍕 but I t don't live in Italy. I'm exploring the world as a digital nomad on a 1979 Volkswagen 🚐.

I literally obsessed with: vintage laptops 💾, keyboards ⌨️,movies post-credits scenes 🍿, carbonara 🍝.

Wakatime activity

Pinned

  1. nomade-digitache nomade-digitache Public

    Slides of my talk about nerdthetravel (https://nerdthetravel.com)

    JavaScript

  2. Terminal basic vimrc Terminal basic vimrc
    1
    set encoding=utf8
    2
    set autoread
    3
    set backspace=indent,eol,start
    4
    set nu
    5
    set showcmd
  3. My new vim configuration My new vim configuration
    1
    " Setting up plug - the vim plugin bundler
    2
    let PlugIsInstalled=1
    3
    let plugfile=expand('~/.vim/autoload/plug.vim')
    4
    if !filereadable(plugfile)
    5
    	echo "Installing Plug..."
  4. [PHP] To do comment [PHP] To do comment
    1
      /**
    2
       * @TODO
    3
       *
    4
       * ☐ To do
    5
       * ☑ Done