Skip to content

Shell scripts and Ansible configuration to generate a development workstation

Notifications You must be signed in to change notification settings

selesy/workstation

Folders and files

NameName
Last commit message
Last commit date
Nov 25, 2024
Mar 17, 2022
Jul 5, 2024
Jul 5, 2024
Sep 12, 2022
Jul 5, 2024
Nov 22, 2024
Nov 22, 2024
Jul 7, 2020
Nov 1, 2024
Jul 7, 2020
Nov 22, 2024
Nov 22, 2024
May 8, 2022
Sep 23, 2022
Dec 2, 2019
Jul 8, 2021
Sep 23, 2022
Jul 7, 2020
Nov 25, 2024
Nov 24, 2024
Nov 1, 2024
Nov 2, 2024

Repository files navigation

workstation

Bootstrapping

For a new Debian Bookwork installation, disable the CDROM repository by commenting the appropriate line out in /etc/apt/sources.list

sudo apt install curl
curl -s https://raw.githubusercontent.com/selesy/workstation/bookworm/bootstrap.sh | bash

When the bootstrapping script exits, follow the instructions at the end of the script's output.