Skip to content
Permalink
a848b211f8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit a848b21 Sep 4, 2020 History
1 contributor

Users who have contributed to this file

15 lines (10 sloc) 476 Bytes
# Minimal VIM RC setup
## Installation
If you are new to VIM, your configuration file will most likely be empty.
If you did change your configuration file found at `~/.vimrc`, **make sure to back up**.
Run the following command:
```shell
$ curl -o ~/.vimrc https://github.uconn.edu/raw/ruy16109/minimum-vimrc/master/vimrc
```
Note that this command will overwrite your existing configuration file,
so be sure to backup your configuration file if you have made changes.