These are some of my favourite apps for macOS administration and tinkering. Zsh with Oh My Zsh and Fish with Oh My FishThe Bash shell bundled with macOS is still at version 3.2 even though version 5 has just been released. Why not try something entirely different? FSMonitorShows what files are being modified in real-time. … Continue reading Favourite apps in 2019
Category: Apple
Make an AutoDMG image always run the language chooser
When creating a macOS image using AutoDMG, the resulting image might not use the language you want. To force an AutoDMG image to run the language chooser before anything else, you can add the file /private/var/db/.RunLanguageChooserToo to the image. Create the file: bash-3.2$ touch /private/var/db/.RunLanguageChooserToo Use Packages or your preferred package creation tool to create … Continue reading Make an AutoDMG image always run the language chooser