https://github.com/grootkng/dotfiles
https://github.com/grootkng/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grootkng/dotfiles
- Owner: grootkng
- Created: 2022-05-31T03:46:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T18:27:00.000Z (about 3 years ago)
- Last Synced: 2025-03-09T04:51:09.689Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DOTFILES
## Vim
To use the .vimrc file must have installed Plug Vim:
```
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```