todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

Add Variable for Full Name #1

Closed todd-dsm closed 7 years ago

todd-dsm commented 7 years ago

My name will be configured into the TextEdit app. That ain't right.

todd-dsm commented 7 years ago

In my-vars.sh: export myFullName='My Full Name'

Variable is only used during TextEdit configuration; basically useless:

# Set Author Name                                                                   
printf '%s\n' "  Setting author name..."                                             
defaults write com.apple.TextEdit author "$myFullName"