Skip to content

Instantly share code, notes, and snippets.

@BirkhoffLee
Created December 10, 2019 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BirkhoffLee/7a2896accf597f5b8d3fde5a37681b86 to your computer and use it in GitHub Desktop.
Save BirkhoffLee/7a2896accf597f5b8d3fde5a37681b86 to your computer and use it in GitHub Desktop.
Install sharkdp/bat on CentOS 8
#!/bin/sh
# install rustc (comes with cargo)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
yum install llvm
cargo install bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment