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.
- Host: GitHub
- URL: https://github.com/1602/my-computer
- Owner: 1602
- Created: 2017-02-18T15:22:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T08:29:21.000Z (over 9 years ago)
- Last Synced: 2025-01-26T18:12:05.695Z (over 1 year ago)
- Language: Vim script
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```