dotfiles/script/installpackagesnonroot

11 lines
243 B
Bash
Executable File

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