mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 08:58:44 +00:00
Add per-os install scripts
This commit is contained in:
Executable
+41
@@ -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
|
||||
Reference in New Issue
Block a user