|
|
@ -54,7 +54,7 @@ tmux() { |
|
|
|
|
|
|
|
|
|
|
|
rust() { |
|
|
|
rust() { |
|
|
|
echo "Installing Rust and things..." |
|
|
|
echo "Installing Rust and things..." |
|
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y |
|
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
|
|
|
$HOME/.cargo/bin/cargo install exa |
|
|
|
$HOME/.cargo/bin/cargo install exa |
|
|
|
$HOME/.cargo/bin/cargo install bat |
|
|
|
$HOME/.cargo/bin/cargo install bat |
|
|
|
$HOME/.cargo/bin/cargo install starship |
|
|
|
$HOME/.cargo/bin/cargo install starship |
|
|
|