Created
December 10, 2019 16:09
-
-
Save BirkhoffLee/7a2896accf597f5b8d3fde5a37681b86 to your computer and use it in GitHub Desktop.
Install sharkdp/bat on CentOS 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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