I hereby claim:
- I am cuongnv23 on github.
- I am cuongnv23 (https://keybase.io/cuongnv23) on keybase.
- I have a public key whose fingerprint is F5AD 9075 A160 BAE3 A5B0 3671 3BF9 8672 2353 296D
To claim this, I am signing this object:
| set nocompatible | |
| " git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| "call vundle#begin('~/some/path/here') | |
| Plugin 'VundleVim/Vundle.vim' | |
| " python mode | |
| Plugin 'klen/python-mode' | |
| "" PowerLine | |
| Plugin 'powerline/powerline', {'rtp': 'powerline/bindings/vim/'} |
I hereby claim:
To claim this, I am signing this object:
$ export TELEGRAM_TOKEN=your_token
$ curl -s https://api.telegram.org/bot$TELEGRAM_TOKEN/getMe
{
"ok": true,
"result": {
"id": xxx,
"is_bot": true,
| FROM alpine | |
| COPY configure-node.sh configure-node.sh | |
| CMD ["/bin/sh", "configure-node.sh"] |