Browse Source

Also install my Rust thingies

master
Julio Biason 3 years ago
parent
commit
6e0cb7289d
  1. 10
      install.sh

10
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

Loading…
Cancel
Save