Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 429 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 429 Bytes

vimrc

My ~/.vimrc config

just in case backup current local .vimrc config

cp -Rfv $HOME/.vimrc $HOME/.zshrc-$(date +%Y-%m-%d)-backup

install new .vimrc file

curl -sS https://raw.githubusercontent.com/daggerok/vimrc/main/.vimrc >> $HOME/.vimrc

or manually add necessary configuration

echo '
filetype plugin indent on
"set term=builtin_ansi
set term=xterm-265color
syntax on
' > ~/.vimrc