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

https://github.com/mxvish/vimrc

vim configuration file for macos and linux
https://github.com/mxvish/vimrc

config git github linux macos setup vim

Last synced: about 1 year ago
JSON representation

vim configuration file for macos and linux

Awesome Lists containing this project

README

          

# vimrc
vim configuration file for macos and linux

# Installation

- Using wget
```sh
wget https://raw.githubusercontent.com/mxvish/vimrc/main/vimrc
mv vimrc /home/$USER/.vimrc
```

- Using curl
```sh
curl https://raw.githubusercontent.com/mxvish/vimrc/main/vimrc > /home/$USER/.vimrc
```