Skip to content

Instantly share code, notes, and snippets.

View cuongnv23's full-sized avatar
๐Ÿƒ

cuongnv23

๐Ÿƒ
View GitHub Profile
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/'}

Keybase proof

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:

@cuongnv23
cuongnv23 / telegram_chat_id.md
Last active April 24, 2018 02:30
How to get chat_id for Telegram bot
@cuongnv23
cuongnv23 / Dockerfile
Created June 23, 2018 15:22 — forked from brendan-rius/Dockerfile
DeamonSet for setting inotify config in each nodein k8s
FROM alpine
COPY configure-node.sh configure-node.sh
CMD ["/bin/sh", "configure-node.sh"]