I hereby claim:
- I am gusaiani on github.
- I am gusaiani (https://keybase.io/gusaiani) on keybase.
- I have a public key ASC2AHkmg49Tv28OjDfSoxAthD-O7nd2RmFHmmluxB6VEwo
To claim this, I am signing this object:
call plug#begin('~/.vim/plugged') | |
Plug 'SirVer/ultisnips' | |
Plug 'honza/vim-snippets' | |
Plug 'rdnetto/YCM-Generator', { 'branch': 'stable' } | |
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } |
mkcd() { | |
dir="$*" | |
mkdir -p "$dir" && cd "$dir" | |
} | |
cpwd() { | |
pwd | pbcopy | |
} | |
alias gcne='git commit --amend --no-edit' |
I hereby claim:
To claim this, I am signing this object:
{ | |
"settingsVersion": "1.64", | |
"exclusionRules": [ | |
{ | |
"pattern": "https?://mail.google.com/*", | |
"passKeys": "" | |
}, | |
{ | |
"pattern": "https?://toggl.com/*", | |
"passKeys": "n" |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
function flattenArbitrarilyDeepArray(arr, cache = []) { | |
return arr.reduce((acc, item) => { | |
if (Array.isArray(item)) { | |
acc.concat(flattenArbitrarilyDeepArray(item, acc)) | |
} | |
else acc.push(item) | |
return acc | |
}, cache) | |
} |
#393939,#2D2D2D,#66ACAC,#FFFFFF,#515151,#E3E0D8,#99CC99,#fb4934 |