2021-04-02 20:36:44 +00:00
|
|
|
#!/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
|
2021-04-02 20:36:44 +00:00
|
|
|
|
|
|
|
# https://github.com/dandavison/delta#installation
|
|
|
|
cargo install git-delta
|