Skip to content

Instantly share code, notes, and snippets.

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

Luca Sartori phaberest

🌎
On a world tour as digital nomad
View GitHub Profile
@phaberest
phaberest / todo.example
Last active August 29, 2015 14:26
[PHP] To do comment
/**
* @TODO
*
* ☐ To do
* ☑ Done
* ☒ Done
*/
@phaberest
phaberest / .vimrc
Created May 16, 2015 23:30
My vim config
" GENERALE
set backup " Permette i backup
set backupdir=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp
set backupskip=/tmp/*,/private/tmp/*
set directory=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp
set writebackup
call pathogen#infect() " use pathogen
"call pathogen#runtime_append_all_bundles() " use pathogen
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}