mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
- Added 'ayu Light.itermcolors' and 'ayu Mirage.itermcolors' themes for iTerm2 with complete color configurations. - Created 'Alfred-Preferences.plist' for Alfred app preferences. - Added 'Moom.plist' for Moom app preferences. - Introduced 'Preferences.sublime-settings' for Sublime Text with customized settings including themes, font, and file exclusions. - Updated zshenv to dynamically set HOMEBREW_CASK_OPTS for application directory. - Removed obsolete Brewfile from the bootstrap directory.
626 B
626 B
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