imochoa / dotfiles

collection of the setting that I like as well as some scripts to automate the post-install setup process
MIT License
0 stars 0 forks source link

nicer linux tools #93

Open imochoa opened 3 years ago

imochoa commented 3 years ago

https://dev.to/joaovitor/fd-instead-of-find-1a3c

imochoa commented 3 years ago

sudo apt install parallel

imochoa commented 3 years ago
sudo apt-get install -y bat
imochoa commented 3 years ago

exa apt-get only available after 20.10.

For now, download the executable at: https://github.com/ogham/exa/releases/download/v0.9.0/exa-linux-x86_64-0.9.0.zip

imochoa commented 3 years ago
sudo apt-get install -y ripgrep
imochoa commented 3 years ago

ripgrep: https://github.com/BurntSushi/ripgrep/releases/download/12.1.1/ripgrep_12.1.1_amd64.deb

sudo dpkg -i