mirror of
https://github.com/shokinn/.files.git
synced 2025-07-20 02:14:29 +00:00
.. | ||
.macos | ||
Brewfile | ||
README.md |
Bootstrap
Get "data" Value from defaults
- Export the defaults
defaults export com.jordanbaird.Ice -
- Copy the base64 encoded data to a new file (
base64
), remove all whitespace, save it - Run this command to convert the data to hex
cat ./base64| base64 -d | xxd -p | tr -d '\n' > ./hex
- Copy the whole hex data and use it like the following with defaults:
defaults write com.jordanbaird.Ice MenuBarAppearanceConfigurationV2 -data <hex data>
Export plist file
defaults export com.jordanbaird.Ice ~/.files/config/plist/Ice.plist