cat << 'EOF' > ~/.vimrc unlet! skip_defaults_vim source $VIMRUNTIME/defaults.vim set nocompatible colorscheme ron filetype plugin indent off syntax on set encoding=utf-8 set fileformats=unix,dos set mouse= set secure EOF