Jam's packages

0 installs updated Jul 17 25161
Install this setup

Already have OpenBoot?
openboot install fullstackjam

Visibilityunlisted
Base presetdeveloper
macOS prefs64 applied

Formulae 25

Casks 16

NPM globals 1

Homebrew taps 2

cirruslabs/cliopenbootdotdev/tap

Custom script

runs after packages install
# Pin apps to Dock
defaults delete com.apple.dock persistent-apps 2>/dev/null || true
sudo pmset -b displaysleep 5
sudo pmset -c displaysleep 10
DOCK_APPS=(
"/Applications/Google Chrome.app"
"/Applications/Zed.app"
"/Applications/Ghostty.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
# Login items
osascript <<OSA 2>/dev/null || true
tell application "System Events"
set apps to {{"Scroll Reverser", "/Applications/Scroll Reverser.app"}, {"Maccy", "/Applications/Maccy.app"}, {"BetterDisplay", "/Applications/BetterDisplay.app"}}
repeat with a in apps
set n to item 1 of a
set p to item 2 of a
try
delete login item n
end try
make new login item with properties {name:n, path:p, hidden:false}
end repeat
end tell
OSA
echo "Post-install setup complete!"

macOS preferences 64

Finder 8
Always show file extensions ON
Show path bar ON
Show status bar ON
Default view style List
Show hidden files ON
Show full path in title bar ON
Default search scope Current folder
New window opens Home folder
Custom 44
AppleShowScrollBars Always
NSAutomaticSpellingCorrectionEnabled OFF
NSAutomaticCapitalizationEnabled OFF
ShowSidebar ON
ShowTabView ON
ShowPreviewPane OFF
FXEnableExtensionChangeWarning OFF
_FXSortFoldersFirst ON
_FXSortFoldersFirstOnDesktop ON
WarnOnEmptyTrash OFF
FXRemoveOldTrashItems ON
QuitMenuItem ON
NewWindowTargetPath
ShowExternalHardDrivesOnDesktop ON
ShowHardDrivesOnDesktop OFF
ShowMountedServersOnDesktop OFF
ShowRemovableMediaOnDesktop ON
ShowRecentTags ON
DSDontWriteNetworkStores ON
DSDontWriteUSBStores ON
location /Users/fullstackjam/Screenshots
Clicking ON
com.apple.keyboard.fnState OFF
mru-spaces OFF
expose-group-apps ON
wvous-tl-corner 0
wvous-tr-corner 0
wvous-bl-corner 0
wvous-br-corner 0
wvous-tl-modifier 0
wvous-tr-modifier 0
wvous-bl-modifier 0
wvous-br-modifier 0
NSStatusItem Visible Bluetooth ON
NSStatusItem Visible WiFi ON
NSStatusItem Visible Battery ON
NSStatusItem Visible AirDrop OFF
NSStatusItem Visible Display OFF
NSStatusItem Visible FocusModes OFF
NSStatusItem Visible NowPlaying OFF
NSStatusItem Visible ScreenMirroring OFF
Sound 18
askForPassword 1
askForPasswordDelay 0
Keyboard 2
Key repeat rate 2
Delay until key repeat 15
Dock 4
Auto-hide Dock OFF
Show recent apps OFF
Icon size 47
Minimize animation Scale
Screenshots 2
Screenshot format PNG
Disable window shadows ON
Trackpad 2
Tap to click ON
Three-finger drag OFF
Menu Bar 1
Show Sound in menu bar ON
Desktop & Stage Manager 1
Click wallpaper to show desktop 0

Shell & Git

Oh My Zshinstalled
Themerobbyrussell
git.user_namefullstackjam
git.user_emailfullstackjam@outlook.com

Dev tools 4

gonodepython3ruby