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

https://github.com/1602/my-computer

Personal preferences for vim, shell, &c.
https://github.com/1602/my-computer

Last synced: 3 months ago
JSON representation

Personal preferences for vim, shell, &c.

Awesome Lists containing this project

README

          

### vim

```sh
brew install vim
rm /usr/local/bin/vim
ln -s /usr/local/Cellar/vim/8.0.0329/bin/vim /usr/local/bin/vim
cp -r ./vim ~/.vim
```