Skip to content

Instantly share code, notes, and snippets.

View Xtr126's full-sized avatar

Xtr126

View GitHub Profile
@ChickenChunk579
ChickenChunk579 / setup_codespaces_gui.sh
Last active October 24, 2025 07:02
Installs the Fluxbox Window Manager, NoVNC and TightVNC Server Standalone to add a desktop environment to your Codespace
#!/bin/bash
echo "Updating..."
sudo apt update
echo "Installing packages..."
sudo apt install xterm fluxbox novnc tigervnc-standalone-server
echo "Starting NoVNC"