Skip to content

Commit

Permalink
Slightly update macOS configuration script
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jan 28, 2017
1 parent 4818290 commit ea06a80
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions migration/configure_macos
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,7 @@ file=/Applications/Dropbox.app/Contents/Resources/emblem-dropbox-uptodate.icns

# Expand the following File Info panes:
# “General”, “Open with”, and “Sharing & Permissions”
defaults write com.apple.finder FXInfoPanesExpanded -dict \
General -bool true \
OpenWith -bool true \
Privileges -bool true
defaults write com.apple.finder FXInfoPanesExpanded -dict General -bool true OpenWith -bool true Privileges -bool true

################################################
# Dock
Expand Down Expand Up @@ -657,7 +654,7 @@ echo "Setting f.lux preferences"
FLUX_DOMAIN="org.herf.Flux"

# Location, center of Thalwil, Zurich, Switzerland
defaults write "${FLUX_DOMAIN}" location "47.377,8.52696"
defaults write "${FLUX_DOMAIN}" location "47.2894,8.56708"
defaults write "${FLUX_DOMAIN}" locationTextField "Thalwil, Switzerland"
defaults write "${FLUX_DOMAIN}" locationType "L"

Expand Down

0 comments on commit ea06a80

Please sign in to comment.