install: remove unused Rust apps

This commit is contained in:
2022-01-23 23:21:02 +00:00
parent 5a93a48e2e
commit 892c00f3f5

15
install
View File

@@ -64,23 +64,8 @@ else
rustup update
fi
cargo install bat exa sd
mkdir -p ~/src/
install_rust_app https://github.com/sharkdp/fd.git ~/src/fd fd
install_rust_app https://github.com/dandavison/delta.git ~/src/delta delta
# pushd ~/src/
# if [ ! -d fd ] ; then
# git clone https://github.com/sharkdp/fd.git
# cd fd
# else
# cd fd
# git pull
# fi
# cargo build --release
# ln -sfv $PWD/target/release/fd ~/bin
# popd
# git-prompt
# if [ ! -e ~/.git-prompt.sh ]; then