sh -c "`curl -fsSL https://raw.githubusercontent.com/wbyoung/dotfiles/master/bootstrap`" -s --prompt
If sharing a machine, some commands may not work. For instance, Homebrew may need to have group permissions added/changed to various directories.
To use the clipboard features over SSH from macOS, add the following to
whichever host in .ssh/config
:
Host whateverhostname
RemoteForward 2224 127.0.0.1:2224
Inspiration taken from: