From 6e0cb7289d86ff46a039e90f8a67af0415ee9de8 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 21 Jun 2021 09:43:40 -0300 Subject: [PATCH] Also install my Rust thingies --- install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install.sh b/install.sh index e862c5e..e285173 100755 --- a/install.sh +++ b/install.sh @@ -55,6 +55,16 @@ tmux() { git clone https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/tpm } +rust() { + echo "Installing Rust and things..." + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y + $HOME/.cargo/bin/cargo install exa + $HOME/.cargo/bin/cargo install bat + $HOME/.cargo/bin/cargo install starship + $HOME/.cargo/bin/cargo install skim +} + +rust nvim starship fish