dotfiles/script/installpackagesnonroot

11 lines
243 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
#
# install nonsudo packages
# https://rustup.rs/
curl --proto '=https' --tlsv1.2 -ssf https://sh.rustup.rs | sh -s -- -y
2021-04-02 20:43:14 +00:00
source $HOME/.cargo/env
# https://github.com/dandavison/delta#installation
cargo install git-delta