Skip to content

daggerok/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

122b171 · Oct 4, 2023

History

4 Commits
Oct 4, 2023
Oct 4, 2023
Oct 4, 2023

Repository files navigation

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