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 |
This example shows how to create a heat map in R to visualize task success data.