Skip to content

Workstation Overview

In addition to the core hardware scripts, the repository includes a suite of workstation provisioning scripts located in the workstation/ directory.

Available Modules

ScriptPurposeStatusRun AsDocs
00-ai-dev-workstation.shAI/LLM & Dev StackOptionalsudoReference
10-gnome-productivity.shGNOME Speed & UI TweaksOptionalUserReference
20-devops-tools.shK8s & Terraform StackOptionalsudoReference
30-security-tools.shFirewall & SecretsOptionalsudoReference
40-dotfiles-link.shSymbolic Config LinksOptionalUserReference

Integration

All workstation scripts are integrated into the primary Iceunit (ICU) Installer. When you run sudo make install, these modules are executed in sequence following the hardware optimizations.

Design Principles

  • Developer First: Tools are chosen for modern, high-performance engineering workflows.
  • System-Aware: Scripts detect existing configurations and skip redundant steps.
  • Idempotent: Safe to run multiple times without side effects.