AlanGreene / starter

Dotfiles starter project for new machines
1 stars 1 forks source link

Application config / preferences from ~/Library etc. #9

Open AlanGreene opened 5 years ago

AlanGreene commented 5 years ago
if [ -d "$HOME/.iterm2" ]; then
  echo "Setting iTerm preference folder"
  defaults write com.googlecode.iterm2 PrefsCustomFolder "$HOME/.iterm2"
  # is this needed?
  # defaults write com.googlecode.iterm2 LoadPrefsFromCustomFolder -bool true
fi
AlanGreene commented 1 year ago

Streamdeck plugins, see https://github.com/joshmedeski/dotfiles/tree/main/Library/Application%20Support/com.elgato.StreamDeck/Plugins for some interesting examples

Also see: