💻 macos
tips about macos
Find and download icons here https://macosicons.com
- Find the app to update on Finder
 - Select it and "File > Get Info" or "⌘-I" and drag and drop the downloaded .icns file to the new window.
 
https://it.umn.edu/services-technologies/how-tos/find-your-computer-name#mac
- 唤起emoji输入 
`Command Control space` - 显示隐藏文件夹 
`Command Shift .` - 关闭键盘背光 
`Fn+F5` 
`export EDITOR=vim``crontab -e`
format
* * * * * sh path/xx.sh
use cmd
因为
`crontab`以`root`方式运行,使用命令行工具应该使用绝对路径!
/usr/bin/curl <path>
refs
basic
osascript -e 'display notification "Notification text" with title "Title"'
variable
osascript -e 'display notification "今天又是元气满满的一天" with title "早上好, '"$USER"'"'
关键 '"$USER"'