##Error
$ dyld: Library not loaded: /usr/local/opt/libevent/lib/libevent-2.0.5.dylib
Referenced from: /usr/local/bin/tmux
Reason: image not found
##Fix Reinstall all the things.
$ for p in $( brew list ); do brew reinstall "$p"; done
##Error
$ dyld: Library not loaded: /usr/local/opt/libevent/lib/libevent-2.0.5.dylib
Referenced from: /usr/local/bin/tmux
Reason: image not found
##Fix Reinstall all the things.
$ for p in $( brew list ); do brew reinstall "$p"; done