feat: add zsh plugins and update configuration files

This commit is contained in:
2025-05-28 20:51:05 +02:00
parent a3d9a4f34c
commit cc839e05c2
9 changed files with 50 additions and 10 deletions

16
install Normal file
View File

@ -0,0 +1,16 @@
#!/usr/bin/env bash
apt update
apt upgrade -yqq
apt install -yqq \
git \
zsh \
curl \
bat \
ripgrep
curl https://sh.rustup.rs -sSf | sh
curl -sfL https://direnv.net/install.sh | bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
cargo install exa