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