Runneth Over Studio's default Linux Mint workstation configurations.
Performs system updates, applies various themes & aesthetics, and installs & configures the following:
- .NET SDK
- Vulkan SDK
- Brave - Web Browser
- git - Version Control
- VS Code - Code Editor
- LibreOffice (Flatpak)
- Joplin - Note-Taking
- BleachBit - System Cleaner
- Bitwarden - Password Vault
- Blender - 3D Modeling & Rendering
- FreeCAD - Parametric CAD
- Inkscape - Vector Graphics
- Krita - Raster Art
- Kdenlive - Video Editing
- OBS - Screen Recording
- Flameshot - Screenshot Utility
You can safely re-run the script at any time. Installed packages and Flatpaks are skipped automatically, and your existing VS Code settings are merged non-destructively with backups created in ~/.config/Code/User/.
You can run the setup script directly from this repository without cloning it locally.
bash <(curl -fsSL https://raw.githubusercontent.com/Runneth-Over-Studio/Workstation/refs/heads/main/scripts/mint-workstation-setup.sh)💡 This command fetches the script directly from GitHub and executes it via
bash. You’ll be prompted for sudo when needed.
If you prefer to clone the repository first:
git clone https://github.com/Runneth-Over-Studio/Workstation.git
cd Workstation/scripts
chmod +x mint-workstation-setup.sh
./mint-workstation-setup.sh --gpu=auto| Flag | Description | Example |
|---|---|---|
--skip-vulkan |
Skips Vulkan SDK installation | ./mint-workstation-setup.sh --skip-vulkan |
--help |
Displays all available options | ./mint-workstation-setup.sh --help |
You can confirm successful installs using:
dotnet --info
vulkaninfo | head
code --version
flatpak list