/README.md

https://github.com/masylum/dotfiles · Markdown · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · e4d15df8fc3140611a879b9458edec7b MD5 · raw file

  1. # Install
  2. ``` bash
  3. cd
  4. git clone https://github.com/masylum/dotfiles
  5. cd dotfiles
  6. make
  7. ```
  8. ## Dependencies
  9. In order for these dotfiles to shine I recommend installing:
  10. - [ripgrep](https://github.com/BurntSushi/ripgrep): Alternative to `grep` that respects `.gitignore` and also serves as a better `find`.
  11. - [fzf](https://github.com/junegunn/fzf): Fuzzy finder.
  12. - [bat](https://github.com/sharkdp/bat): Alternative to `cat` with highlighting.
  13. - [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy): Supercharge your git diffs
  14. - [exa](https://github.com/ogham/exa): ls on steroids