NullVoxPopuli / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

All the linux configuration things I use.

Tools

IDE / Editor - neovim

Have to install from here, because apt is out of date. https://github.com/neovim/neovim/releases/

NOTE: fzf needs ripgrep installed: https://github.com/BurntSushi/ripgrep#installation

Application Launching - Albert

https://albertlauncher.github.io/

Benchmarking - Hyperfine

https://github.com/sharkdp/hyperfine

File statistics - Tokei

https://github.com/XAMPPRocky/tokei

  • no need to install -- download, untar, drop in ~/Applications/

ls, but better

https://github.com/eza-community/eza

sudo apt install eza

cat, but better

https://github.com/sharkdp/bat

sudo apt install bat

man, but brief

https://tldr.sh/

  • volta install tldr

paths => tree

https://github.com/jez/as-tree

  • no need to install -- download, unzip, drop in ~/Applications/
  • example: ag -g sh -l | as-tree (ie: get-paths | as-tree)

Tools to evaluate / keep an eye on

About

License:GNU General Public License v3.0


Languages

Language:CSS 80.8%Language:Shell 9.7%Language:Lua 5.5%Language:Vim Script 2.7%Language:JavaScript 1.1%Language:TypeScript 0.4%