even more tmux

This commit is contained in:
2025-06-14 22:26:15 +02:00
parent 048b69ae13
commit 729089d8aa
8 changed files with 54 additions and 44 deletions

62
install
View File

@ -1,30 +1,32 @@
#!/usr/bin/env bash
set -e
echo
echo "[+] Updating System Packages..."
echo
sudo apt update -qq
echo
echo "[+] Installing Dependencies..."
echo
sudo apt install -yqq \
zsh \
curl \
exa \
direnv \
bat \
btop \
stow
echo
echo "[+] Installing Oh My Zsh..."
echo
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
echo "Include $HOME/.config/ssh/*" >> "$HOME/.ssh/config"
./setup
#!/usr/bin/env bash
set -e
echo
echo "[+] Updating System Packages..."
echo
sudo apt update -qq
echo
echo "[+] Installing Dependencies..."
echo
sudo apt install -yqq \
zsh \
curl \
exa \
direnv \
bat \
btop \
stow \
tmux \
dos2unix
echo
echo "[+] Installing Oh My Zsh..."
echo
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
echo "Include $HOME/.config/ssh/*" >> "$HOME/.ssh/config"
./setup