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
- Host: GitHub
- URL: https://github.com/mxvish/vimrc
- Owner: mxvish
- License: mit
- Created: 2024-03-04T08:44:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T08:56:18.000Z (over 1 year ago)
- Last Synced: 2025-01-17T09:40:03.001Z (over 1 year ago)
- Topics: config, git, github, linux, macos, setup, vim
- Language: Vim Script
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```