https://github.com/ef2k/dotfiles
Minimally configured dotfiles
https://github.com/ef2k/dotfiles
Last synced: 3 months ago
JSON representation
Minimally configured dotfiles
- Host: GitHub
- URL: https://github.com/ef2k/dotfiles
- Owner: ef2k
- Created: 2017-09-17T00:23:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T18:56:51.000Z (about 1 year ago)
- Last Synced: 2025-07-06T23:03:44.638Z (11 months ago)
- Language: Vim Script
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Minimally configured dotfiles.
**Dep**
- [vim-plug](https://github.com/junegunn/vim-plug)
**For**
- bash
- nvim
**Do**
```sh
$ ln -s ~/.config/nvim/init.vim $REPO/init.vim
$ ln -s ~/.config/nvim/plugins.vim $REPO/plugins.vim
$ ln -s ~/.bash_profile $REPO/bash_profile
```
[Install Notes](install_notes.md)