install: remove unused Rust apps
This commit is contained in:
15
install
15
install
@@ -64,23 +64,8 @@ else
|
|||||||
rustup update
|
rustup update
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cargo install bat exa sd
|
|
||||||
|
|
||||||
mkdir -p ~/src/
|
mkdir -p ~/src/
|
||||||
install_rust_app https://github.com/sharkdp/fd.git ~/src/fd fd
|
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
|
# git-prompt
|
||||||
# if [ ! -e ~/.git-prompt.sh ]; then
|
# if [ ! -e ~/.git-prompt.sh ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user