User Tools

Site Tools


dev:tricks:macos

This is an old revision of the document!


Mac OS Tricks

Install Homebrew

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew doctor
brew update

Mount from directory to directory

brew install bindfs
# brew install pkg-config if needed
bindfs <src_directory> <dest_directory>
dev/tricks/macos.1376795067.txt.gz · Last modified: 2020/06/06 23:32 (external edit)