Add per-os install scripts

This commit is contained in:
2025-02-15 11:19:21 +02:00
parent 5b0f04c2b6
commit 72e2db0780
2 changed files with 48 additions and 2 deletions
+41
View File
@@ -0,0 +1,41 @@
#!/usr/bin/env sh
sudo apt-get update
sudo apt-get install -y zsh
sudo chsh -s $(which zsh)
sudo apt-get install -y \
bash \
bash-git-prompt \
bitwarden-cli \
btop \
coreutils \
docker \
doggo \
duf \
dust \
eza \
fastfetch \
fd \
findutils \
fzf \
gh \
git \
git-delta \
gnupg \
gping \
htop \
iperf3 \
jnv \
jq \
kondo \
mas \
nvm \
tealdeer \
tmux \
tokei \
tree \
wget \
zoxide \
zsh \
zsh-syntax-highlighting