Skip to content

Commit

Permalink
no longer disable notification center
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Feb 10, 2017
1 parent 78dee9c commit 3a39168
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Expand Up @@ -3,6 +3,7 @@
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Release History](#release-history)
- [v4.4.1](#v441)
- [v4.4.0](#v440)
- [v4.3.0](#v430)
- [v4.2.0](#v420)
Expand All @@ -24,6 +25,9 @@

# Release History

## v4.4.1
* re-enable notification center

## v4.4.0
* cleanup readme and alphabetize software installation for better fork management and listing
* disable vim YouCompleteMe Bundle (wasn't using it anyway and was causing installation problems on some machines)
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -168,7 +168,6 @@ The following will only happen if you agree on the prompt
- Restart automatically if the computer freezes
- Never go into computer sleep mode
- Check for software updates daily, not just once per week
- Disable Notification Center and remove the menu bar icon
- Disable smart quotes as they’re annoying when typing code
- Disable smart dashes as they’re annoying when typing code

Expand Down
4 changes: 2 additions & 2 deletions install.sh
Expand Up @@ -561,8 +561,8 @@ sudo systemsetup -setcomputersleep Off > /dev/null;ok
running "Check for software updates daily, not just once per week"
defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1;ok

running "Disable Notification Center and remove the menu bar icon"
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist > /dev/null 2>&1;ok
# running "Disable Notification Center and remove the menu bar icon"
# launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist > /dev/null 2>&1;ok

running "Disable smart quotes as they’re annoying when typing code"
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false;ok
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dotfiles",
"version": "4.4.0",
"version": "4.4.1",
"description": "atomantic dotfiles for osx",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3a39168

Please sign in to comment.