https://github.com/gbraad-devenv/debian
Debian-based development environment of @gbraad
https://github.com/gbraad-devenv/debian
codesandbox debian devcontainer devenv dotfiles gitpod gitpod-workspace termux wsl2
Last synced: about 1 year ago
JSON representation
Debian-based development environment of @gbraad
- Host: GitHub
- URL: https://github.com/gbraad-devenv/debian
- Owner: gbraad-devenv
- Created: 2023-05-06T03:38:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T07:07:31.000Z (over 1 year ago)
- Last Synced: 2025-02-21T08:20:59.566Z (over 1 year ago)
- Topics: codesandbox, debian, devcontainer, devenv, dotfiles, gitpod, gitpod-workspace, termux, wsl2
- Language: Shell
- Homepage: https://debian.devenv.gbraad.nl
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gerard Braad's Debian Development Environment
=============================================

Installation and deployment scripts for my personal development environment.
Usage
-----
### Cloud
* Open in [Gitpod workspace](https://gitpod.io/#https://github.com/gbraad-devenv/debian)
* Open in [GitHub Codespaces](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=636945920)
* Open in [CodeSandbox](https://codesandbox.io/p/github/gbraad-devenv/debian)
* `devenv` => `debenv`, `debsys` in [my dotfiles](https://github.com/gbraad/dotfiles/blob/main/zsh/.zshrc.d/devenv.zsh)
### Podman
```bash
$ podman run -it ghcr.io/gbraad-devenv/debian/dotfiles:bookworm /bin/zsh
```
or with [Tailscale](https://tailscale.com) enabled:
```bash
$ podman run -it --cap-add=NET_ADMIN --cap-add=NET_RAW --device=/dev/net/tun ghcr.io/gbraad-devenv/debian/dotfiles:bookworm /bin/zsh
```
Authors
-------
| [](http://gbraad.nl "Gerard Braad ") |
|---|
| [@gbraad](https://gbraad.nl/social) |