Files
dotfiles/install_linux.sh
T
2025-02-15 11:19:21 +02:00

42 lines
552 B
Bash
Executable File

#!/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