dotfiles/script/installpackagesnonroot

10 lines
219 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
# https://github.com/dandavison/delta#installation
cargo install git-delta