以下のように設定ファイルを作成する。
cat <<'__EOF__' > ~/.vimrc set number set cursorline set smartindent set expandtab set tabstop=2 set shiftwidth=2 set ignorecase set smartcase set nocompatible set backspace=2 __EOF__
以下のように設定ファイルを作成する。
cat <<'__EOF__' > ~/.vimrc set number set cursorline set smartindent set expandtab set tabstop=2 set shiftwidth=2 set ignorecase set smartcase set nocompatible set backspace=2 __EOF__