feat: add nbdime

This commit is contained in:
Daniel Bauer
2026-04-17 10:32:22 +02:00
parent 3179c0b2b9
commit 77d8f02e0d
3 changed files with 31 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ echo "Installing packages"
echo "Updating sources..."
sudo apt update -qq
for package in zsh xsel unzip git git-extras neovim git ripgrep; do
for package in zsh xsel unzip git git-extras neovim git ripgrep pipx; do
if dpkg -s "$package" >/dev/null 2>&1; then
echo $package is already installed.
else