Skip to content

Instantly share code, notes, and snippets.

@hadisfr
Created October 30, 2019 11:26
Show Gist options
  • Save hadisfr/5b1e3fe4a8536df9054ec44f5e04f2f7 to your computer and use it in GitHub Desktop.
Save hadisfr/5b1e3fe4a8536df9054ec44f5e04f2f7 to your computer and use it in GitHub Desktop.
GeekTool Geeklets Scripts
sw_vers | awk -F':\t' '{print $2}' | paste -d ' ' - - -
echo $(sysctl -n machdep.cpu.brand_string), $(sysctl -n hw.memsize | awk '{print $0/1073741824" GB RAM"}')
top -l 1 | head -n 10 | tail -n 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment