Created
September 20, 2020 11:41
-
-
Save coenraadhuman/e6211df70fdcab92a4513f65d6370e48 to your computer and use it in GitHub Desktop.
Collection of terminal utilities that are handy.
This file contains 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/bash | |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | |
cargo install bat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl --proto '=https' --tlsv1.2 -sSf https://gist.githubusercontent.com/coenraadhuman/e6211df70fdcab92a4513f65d6370e48/raw/0358f54c8c0e6a23c56ed68a8334feb2c0c18ba4/linux-utilities.sh | sh