https://github.com/mkrawiec/debian-gsd
Get shit done Debian workstation
https://github.com/mkrawiec/debian-gsd
ansible debian desktop linux workstation
Last synced: 3 months ago
JSON representation
Get shit done Debian workstation
- Host: GitHub
- URL: https://github.com/mkrawiec/debian-gsd
- Owner: mkrawiec
- License: gpl-3.0
- Created: 2022-08-26T18:25:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-02T17:01:36.000Z (10 months ago)
- Last Synced: 2025-09-02T18:30:31.634Z (10 months ago)
- Topics: ansible, debian, desktop, linux, workstation
- Language: Shell
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debian-gsd

---
## Introduction
This project is set of configuration and tools for Debian Stable. It strives to deliver rock-solid and refined desktop workstation install. It's dedicated to advanced linux users - developers, sysadmins and enthusiasts.
## Features
- Small Debian Stable base, adapted as a platform for running flatpaks and containers. Additionally [distrobox](https://github.com/89luca89/distrobox) comes preinstalled as a containerized environment for everyday software development. This creates a mix of rock-solid stable base and updated applications.
- Automatic Btrfs snapshots (via apt and snapper), the ability to boot from read-only snapshots and [rollback to a previous state](doc/user_guide.md#rolling-back-system-changes)
- GNOME Desktop experience, that's close to stock, but with [refined defaults](ansible/roles/desktop/files/01-desktop-settings)
- Extras enabled by default - wireplumber, systemd-resolved, swap on zram, oom killer
- Backports and non-free repos enabled by default
- Configuration in form of ansible playbook, that is easy to extend and personalize
## Install
Read instructions