No description
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .dotfiles | ||
| README.md | ||
| script.sh | ||
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
- Restart your terminal — zsh loads automatically
- oh-my-posh wizard may prompt on first launch