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

https://github.com/masylum/dotfiles

Vim files
https://github.com/masylum/dotfiles

Last synced: 6 months ago
JSON representation

Vim files

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