Skip to content

Instantly share code, notes, and snippets.

@konradish
Created November 7, 2021 03:54
Show Gist options
  • Save konradish/ae221b0bfa37151074abce060006cafe to your computer and use it in GitHub Desktop.
Save konradish/ae221b0bfa37151074abce060006cafe to your computer and use it in GitHub Desktop.
Install bat (cat but better)
wget https://github.com/sharkdp/bat/releases/download/v0.11.0/bat_0.11.0_amd64.deb
sudo apt install gdebi
sudo gdebi bat_0.11.0_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment