An open API service indexing awesome lists of open source software.

https://github.com/celyes/dot-vimrc

My personal Vim editor configuration file
https://github.com/celyes/dot-vimrc

linux vim vim-colorscheme-dark vim-colorschemes vim-conf vim-config vim-configs vim-plugins vimrc vimrc-configuration vimscript

Last synced: about 1 month ago
JSON representation

My personal Vim editor configuration file

Awesome Lists containing this project

README

        

# Vim text editor configuration file

**My personal .vimrc file**


#### Requirements:

install cURL library:

```bash
sudo apt-get install curl
```

#### Usage:

1 - install vim.basic by executing these commands:
```bash
sudo apt update && sudo apt install vim vim-gui-common vim-runtime
```

2 - clone this repo
```bash
git clone https://github.com/celyes/dot-vimrc.git
```

3 - change the location and name of vimrc file
```bash
cd dot-vimrc
mv vimrc ~/.vimrc
```
5 - install vim-plug:
```bash
git clone https://github.com/VundleVim/Vundle.vim ~/.vim/plugin/Vundle.vim
```