Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haeramkeem/yuvivim
꿀벌이 영어로 하면 vi (비) 비빔의 비예요
https://github.com/haeramkeem/yuvivim
Last synced: 2 months ago
JSON representation
꿀벌이 영어로 하면 vi (비) 비빔의 비예요
- Host: GitHub
- URL: https://github.com/haeramkeem/yuvivim
- Owner: haeramkeem
- Created: 2022-09-15T06:36:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T02:08:37.000Z (5 months ago)
- Last Synced: 2024-08-01T04:52:49.784Z (5 months ago)
- Language: Shell
- Size: 157 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 꿀벌이 영어로 하면 vi (비) 비빔의 비예요
![bibim](./docs/images/bibim.jpeg)
## Tree
```
.
├── brew : Brew formulae list files (Generated w/ `$ brew leaves`)
├── grub : GRUB settings
├── vimrc : .vimrc files
└── zshrc : .zshrc files
```## Installation
### VIMRC
#### 1. Basic setup (All plugins included)
```bash
curl https://raw.githubusercontent.com/haeramkeem/yuvivim/main/vimrc/basic.vim -o ~/.vimrc
curl https://raw.githubusercontent.com/haeramkeem/yuvivim/main/vimrc/coc-settings.json -o ~/.vim/coc-settings.json
```#### 2. Installation without CoC setup
```bash
curl https://raw.githubusercontent.com/haeramkeem/yuvivim/main/vimrc/no-coc.vim -o ~/.vimrc
```#### 3. Minimum installation (No plugins included)
```bash
curl https://raw.githubusercontent.com/haeramkeem/yuvivim/main/vimrc/minimum.vim -o ~/.vimrc
```### ZSHRC
```bash
curl https://raw.githubusercontent.com/haeramkeem/yuvivim/main/zshrc/zshrc > ~/.zshrc
```### GRUB
```bash
sudo curl https://raw.githubusercontent.com/haeramkeem/yuvivim/main/grub/grub -o /etc/default/grub
```