GeekTool Geeklets Scripts
Created
October 30, 2019 11:26
-
-
Save hadisfr/5b1e3fe4a8536df9054ec44f5e04f2f7 to your computer and use it in GitHub Desktop.
GeekTool Geeklets Scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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