https://github.com/masylum/dotfiles
Vim files
https://github.com/masylum/dotfiles
Last synced: 6 months ago
JSON representation
Vim files
- Host: GitHub
- URL: https://github.com/masylum/dotfiles
- Owner: masylum
- Created: 2010-11-02T22:13:04.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T13:55:29.000Z (over 6 years ago)
- Last Synced: 2025-01-22T12:32:43.681Z (over 1 year ago)
- Language: Vim script
- Homepage:
- Size: 479 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
``` bash
cd
git clone https://github.com/masylum/dotfiles
cd dotfiles
make
```
## Dependencies
In order for these dotfiles to shine I recommend installing:
- [ripgrep](https://github.com/BurntSushi/ripgrep): Alternative to `grep` that respects `.gitignore` and also serves as a better `find`.
- [fzf](https://github.com/junegunn/fzf): Fuzzy finder.
- [bat](https://github.com/sharkdp/bat): Alternative to `cat` with highlighting.
- [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy): Supercharge your git diffs
- [exa](https://github.com/ogham/exa): ls on steroids