.files/bootstrap
2025-07-10 11:24:21 +02:00
..
.macos Add new iTerm2 themes and configuration files 2025-06-25 08:47:36 +02:00
Brewfile Add accidentally removed Bootstrap brewfile back 2025-07-10 11:24:21 +02:00
README.md Add new iTerm2 themes and configuration files 2025-06-25 08:47:36 +02:00

Bootstrap

Get "data" Value from defaults

  1. Export the defaults
    defaults export com.jordanbaird.Ice -
    
  2. Copy the base64 encoded data to a new file (base64), remove all whitespace, save it
  3. Run this command to convert the data to hex
    cat ./base64| base64 -d | xxd -p | tr -d '\n' > ./hex
    
  4. 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