devops openclaw

openclaw basic setup

0 installs updated Mar 21 304
Install this setup

Already have OpenBoot?
openboot install devops-openclaw

Visibilitypublic
Base presetdeveloper
macOS prefs12 applied

Formulae 30

Casks 4

Custom script

runs after packages install
# 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 12

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

Shell & Git

Shell/bin/zsh
Oh My Zshinstalled
git.user_name
git.user_email

Dev tools 5

gonodepython3rubydocker