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

https://github.com/prostopasta/dot-vim

My personal dot-file for VIM
https://github.com/prostopasta/dot-vim

Last synced: 6 months ago
JSON representation

My personal dot-file for VIM

Awesome Lists containing this project

README

          

# dot-vim
My dot-files config repository for ViM and ShellCheck

# What it does
1. Install `vim-enhanced`
1. Install `shellcheck`
1. Copying config files to user $HOME

# Supporting distros
1. RHEL-based
1. Debian-based

# Prerequisites
1. For RHEL-based with `git` missing:
```sh
sudo yum install git -y
```

# Installation
1. Just copy the repository to your machine and execute `install.sh` script:
```sh
git clone #https://github.com/prostopasta/dot-vim.git
cd dot-vim/ && bash install.sh
```