Skip to content

Fitor/CVimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

230 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVimrc

The repository is for my .vimrc.

Getting Started

Basic Installation

CVimrc is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl, wget or another similar tool.

Method Command
curl sh -c "$(curl -fsSL https://raw.githubusercontent.com/Fitor/CVimrc/refs/heads/master/tools/install.sh)"
wget sh -c "$(wget -O- https://raw.githubusercontent.com/Fitor/CVimrc/refs/heads/master/tools/install.sh)"
fetch sh -c "$(fetch -o - https://raw.githubusercontent.com/Fitor/CVimrc/refs/heads/master/tools/install.sh)"

Note that any previous .vimrc will be renamed to .vimrc.pre. After installation, you can move the configuration you want to preserve into the new .vimrc.

About

This is my vimrc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published