dotfiles/script/installpackagesnonroot
2021-04-02 22:43:14 +02:00

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