fullstackjam
@fullstackjam / devops-openclaw

devops openclaw

openclaw basic setup

$ openboot install devops-openclaw
Alternative: curl -fsSL openboot.dev/devops-openclaw | bash
4
Apps
30
CLI
5
Dev
12
Prefs
0
Installs

📱 Applications

⚙️ Development Tools

G
go
N
node
P
python3
R
ruby
D
docker

⌘ CLI Tools

🔧 Configuration

🐚 Shell Setup
Shell /bin/zsh
Oh My Zsh Installed
🔀 Git Configuration
user_name
user_email
Custom Installation Script
custom-script.sh
# Pin apps to Dock
defaults delete com.apple.dock persistent-apps 2>/dev/null || true

DOCK_APPS=(
  "/Applications/Google Chrome.app"
  "/Applications/Visual Studio Code.app"
  "/Applications/Kaku.app"
)

for app in "${DOCK_APPS[@]}"; do
  if [ -d "$app" ]; then
    defaults write com.apple.dock persistent-apps -array-add "<dict><key>tile-data</key><dict><key>file-data</key><dict><key>_CFURLString</key><string>$app</string><key>_CFURLStringType</key><integer>0</integer></dict></dict></dict>"
  fi
done

killall Dock

🍎 macOS Preferences

Finder 5
Always show file extensions ON
Show path bar ON
Show status bar ON
Default view style List
Show hidden files OFF
Dock 3
Auto-hide Dock OFF
Icon size 38
Minimize animation Scale
Screenshots 2
Screenshot format PNG
Disable window shadows ON
Trackpad 2
Tap to click ON
Three-finger drag ON

Create Your Own Configuration

Build and share your perfect dev environment in minutes

Get Started