Mac

brew: Package manager for macOS and Linux

The brew command is a package manager designed for macOS and Linux operating systems. It provides a convenient way to…

brew –cask: CLI workflow for the administration of macOS applications distributed as binaries

The brew --cask command is a CLI (Command-Line Interface) workflow for the administration of macOS applications distributed as binaries. It…

brew bundle: Bundler for Homebrew, Homebrew Cask and the Mac App Store

The brew bundle command is a bundler for Homebrew, Homebrew Cask, and the Mac App Store. It is part of…

homeshick: command not found

homeshick is a command line tool that allows you to synchronize your "dotfiles" (i.e. configuration files that are typically stored…

homeshick Command Examples in Mac

homeshick is a command line tool that allows you to synchronize your "dotfiles" (i.e. configuration files that are typically stored…

hdiutil Command Examples in Mac

hdiutil works with disk images, such as ISO or DMG files downloaded from the Internet. You can mount, unmount, create,…

Understanding Mac file timestamps

Each file has three timestamps associated with it (stored as the number of seconds since the Epoch, Jan 1, 1970).…

Mac Terminal diskutil Command Examples

The diskutil command operates on disk partitions: mounting and unmounting, getting information, renaming, erasing, and more. Read-only operations can be…

Mac Terminal vi[m] Editor Commands

A text editor is an application that enables you to view, create, or modify the contents of text files. Text…

How to Install dmg File on Mac from Command Line

Installing software is the most common way to customize your Mac so that it can perform the tasks you need.…