Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 323 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 323 Bytes

Configs

my config files

Vim

  1. Vim dockfiles require VundleVim to work, run the below command in terminal. git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

  2. Put the below code in ~/.vimrc

    if filereadable(expand("~/Dotfiles/vim/.vimrc")) source ~/Dotfiles/vim/.vimrc endif