No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-04 10:15:07 +02:00
.dotfiles another one 2026-07-07 22:58:47 +02:00
README.md Update README.md 2026-09-04 10:15:07 +02:00
script.sh Update script.sh 2026-07-08 09:14:16 +02:00

deb_dev_script

One-shot setup script for a Debian/WSL developer environment.

What it installs

  • zsh + oh-my-zsh + zsh-autosuggestions
  • oh-my-posh prompt (config: ~/.omp/slimfat.omp.json)
  • CLI tools: lazygit, eza, bat, fzf, ripgrep, fd, zoxide, direnv, keychain
  • Nix (determinate) + devenv
  • Neovim + LazyVim
  • Go
  • Dotfiles deployed via GNU stow

Usage

On a barebones Debian install, curl is not available by default. Install it first:

sudo apt-get update && sudo apt-get install -y curl

Then run the setup script directly:

curl -fsSL https://gitforge.benno-lorenz.com/benno/deb-dev-setup/raw/branch/main/script.sh | bash

After running

  1. Restart your terminal — zsh loads automatically
  2. oh-my-posh wizard may prompt on first launch