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
- Host: GitHub
- URL: https://github.com/prostopasta/dot-vim
- Owner: prostopasta
- License: gpl-3.0
- Created: 2024-06-03T23:59:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T17:04:44.000Z (about 2 years ago)
- Last Synced: 2024-06-24T19:02:33.329Z (about 2 years ago)
- Language: Vim Script
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```