PageRenderTime 57ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://github.com/jpeddicord/dotfiles
Markdown | 42 lines | 32 code | 10 blank | 0 comment | 0 complexity | a866a142cb2233f767453efc1c74233b MD5 | raw file
  1. usage
  2. =====
  3. `./install`
  4. whee
  5. related packages
  6. ================
  7. - [exa](https://the.exa.website/)
  8. - [fish](https://fishshell.com/)
  9. - [fd](https://github.com/sharkdp/fd)
  10. - [icdiff](https://github.com/jeffkaufman/icdiff)
  11. - [neovim](https://github.com/neovim/neovim)
  12. - [ranger](https://github.com/ranger/ranger)
  13. - [ripgrep](https://github.com/BurntSushi/ripgrep)
  14. - [tmux](https://github.com/tmux/tmux)
  15. all in one go
  16. -------------
  17. ```bash
  18. ## packaged stuff
  19. # ubuntu
  20. sudo apt-add-repository ppa:fish-shell/release-3
  21. sudo apt install build-essential fish icdiff neovim ranger tmux
  22. # arch
  23. sudo pacman -Sy base-devel fish neovim ranger tmux
  24. yay icdiff
  25. ## rustup
  26. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  27. ## rust-based utils
  28. cargo install exa fd-find ripgrep
  29. ```
  30. maintenance
  31. ===========
  32. `git submodule update --recursive --remote`