Skip to content

Latest commit

 

History

95 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Workstation Logo

Workstation

Linux Mint Shell Script License

Runneth Over Studio's default Linux Mint workstation configurations.

Post-Install Script

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/.

Running Directly from GitHub

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.

Running After Cloning

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

Optional Flags

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

Verification

You can confirm successful installs using:

dotnet --info
vulkaninfo | head
code --version
flatpak list

About

Runneth Over Studio's default workstation configurations.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages