Keep your mac awake (indefinitely) with caffeinate! Learn more about launchd.
Copy plist
file to the user agents directory:
cp local.startup.caffeinate.plist ~/Library/LaunchAgents/
Keep your mac awake (indefinitely) with caffeinate! Learn more about launchd.
Copy plist
file to the user agents directory:
cp local.startup.caffeinate.plist ~/Library/LaunchAgents/
# Modified robbyrussell theme w/ hostname | |
# Change hostname color to green for ssh connections | |
local hostname | |
if [[ -n $SSH_CONNECTION ]]; then | |
hostname="%{$fg_bold[green]%}%m" | |
else | |
hostname="%{%B$FG[250]%}%m" | |
fi |
# Configure Ruby parameters
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix [email protected])"
export RUBY_CFLAGS="-Wno-error=implicit-function-declaration"
# Install desired version
This example shows how to create a heat map in R to visualize task success data.