/README.md
https://github.com/masylum/dotfiles · Markdown · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · e4d15df8fc3140611a879b9458edec7b MD5 · raw file
- # 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