View Adobe Creative Cloud-5.0.0.354.plist
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>_metadata</key> | |
<dict> | |
<key>created_by</key> | |
<string>msolin</string> | |
<key>creation_date</key> | |
<date>2019-11-19T22:57:48Z</date> |
View generate_bootstrap.sh
This file contains 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
#!/bin/bash | |
# --item \ | |
# item-name='A name' \ | |
# item-path='A path' \ | |
# item-stage='preflight' \ | |
# item-type='A type' \ | |
# item-url='A url' \ | |
# script-do-not-wait='A boolean' \ |
View make_bbedit_use_iterm2.sh
This file contains 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
/usr/bin/defaults write com.barebones.bbedit TerminalBundleID -string "com.googlecode.iterm2" |
View Pref_Panes.mobileconfig
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadIdentifier</key> | |
<string>edu.sju.profile.prefpanes</string> | |
<key>PayloadRemovalDisallowed</key> | |
<true/> | |
<key>PayloadScope</key> | |
<string>User</string> |
View dock_config.sh
This file contains 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
#!/bin/bash | |
date="/bin/date" | |
dockutil="/usr/local/bin/dockutil" | |
sleep="/bin/sleep" | |
stat="/usr/bin/stat" | |
HOMECREATION=$(${stat} -f "%B" $HOME) | |
HOMEDATE=$(${date} -jf "%s" "${HOMECREATION}" +%Y%m%d) | |
TODAYDATE=$(${date} "+%Y%m%d") |
View Pref_Panes.mobileconfig
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadIdentifier</key> | |
<string>edu.sju.profile.prefpanes</string> | |
<key>PayloadRemovalDisallowed</key> | |
<true/> | |
<key>PayloadScope</key> | |
<string>User</string> |
View delete_gb_loops.sh
This file contains 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
#!/bin/bash | |
rm="/bin/rm" | |
pkgutil="/usr/sbin/pkgutil" | |
${rm} -rf "/Applications/GarageBand.app" | |
${rm} -rf "/Library/Audio/Apple Loops" | |
${rm} -rf "/Library/Audio/Impulse Responses" | |
${rm} -rf "/Library/Application Support/Logic" |
View SPSS 23 Concurrent Update-23.0.0.2.plist
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>_metadata</key> | |
<dict> | |
<key>created_by</key> | |
<string>mike</string> | |
<key>creation_date</key> | |
<date>2015-07-13T23:05:09Z</date> |
View SPSS 23 Concurrent-23.0.0.0.plist
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>_metadata</key> | |
<dict> | |
<key>created_by</key> | |
<string>mike</string> | |
<key>creation_date</key> | |
<date>2015-06-26T20:52:21Z</date> |
NewerOlder