|
|
|
@ -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 |
|
|
|
|