My dot-files config repository for ViM and ShellCheck
- Install
vim-enhanced
- Install
shellcheck
- Copying config files to user $HOME
- RHEL-based
- Debian-based
- For RHEL-based with
git
missing:
sudo yum install git -y
- Just copy the repository to your machine and execute
install.sh
script:
git clone <REPO_URL> #https://github.com/prostopasta/dot-vim.git
cd dot-vim/ && bash install.sh