mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 00:18:44 +00:00
42 lines
552 B
Bash
Executable File
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
|