diff --git a/.Brewfile b/.Brewfile index 791f64e..f390ad7 100644 --- a/.Brewfile +++ b/.Brewfile @@ -22,7 +22,6 @@ cask "alfred" cask "bbc-iplayer-downloads" cask "beardedspice" cask "cleanmymac" -cask "day-o" cask "dropbox" cask "firefox" cask "flux" @@ -31,6 +30,7 @@ cask "google-drive" cask "google-hangouts" cask "handbrake" cask "iterm2" +cask "itsycal" cask "osxfuse" cask "resilio-sync" cask "sonos" diff --git a/bin/software-install b/bin/software-install index 50a9372..dccb48f 100755 --- a/bin/software-install +++ b/bin/software-install @@ -5,8 +5,6 @@ function configure_Linux_software { } function configure_Darwin_software { - cp ~/.dotconfig/Darwin/com.shauninman.Day-O.plist ~/Library/Preferences - # Ensure any preference cache is cleared pkill -u ${USER} cfprefsd }