aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
Commit message (Collapse)AuthorAgeFilesLines
...
* .osx: Kill `cfprefsd` after changing preferencesMathias Bynens2014-02-041-3/+3
| | | | | | As of OS X 10.9 this is necessary to make sure the changes persist. Closes #330.
* .osx: Support multiple `systemuiserver` pref filesManpreet Singh2014-01-101-4/+6
| | | | Closes #319.
* .osx: Set Desktop as the default location for new Finder windowsChristopher Pelloux2014-01-021-0/+5
| | | | Closes #285.
* .osx: Display Bluetooth icon in menu barMathias Bynens2013-12-301-2/+6
|
* .osx: Add Finder ‘Get Info’ settingsMathias Bynens2013-12-181-0/+7
|
* .osx: Add Activity Monitor settingsMathias Bynens2013-12-181-3/+20
|
* .osx: Delete some old commands that no longer workMathias Bynens2013-12-091-4/+0
| | | | | | These commands only work on outdated versions of OS X. Ref. #305.
* .osx: Hide some menu bar icons in OS X 10.9 MavericksMathias Bynens2013-12-091-3/+7
| | | | | | | Kudos to @kevinSuttle for finding the appropriate `plist` file! https://github.com/mathiasbynens/dotfiles/issues/305#issuecomment-30102827 Ref. #305.
* .osx: Hide Safari’s sidebar in Top Sites by defaultEugene Zhuk2013-12-041-0/+3
| | | | Closes #296.
* .osx: Disable smart quotes and dashesMathias Bynens2013-11-051-0/+6
|
* .osx: Don’t `kill` DashboardCătălin Mariș2013-11-041-3/+3
| | | | | | `killall Dashboard` doesn’t actually do anything. To apply the changes for Dashboard, `killall Dock` is enough as Dock is Dashboard’s parent process. Closes #277.
* .osx: Remove broken three-finger swipe commandsMathias Bynens2013-11-021-5/+0
| | | | | | If anyone knows how to make this work, please let me or @necolas know! Ref. #171.
* .osx: Add SSD-specific tweaksMathias Bynens2013-11-021-0/+20
| | | | Source: http://forums.macrumors.com/showthread.php?t=1505922
* .osx: Don’t prompt when quitting iTermMathias Bynens2013-11-011-1/+4
|
* .osx: Rename computer nameMathias Bynens2013-10-311-4/+4
|
* init: Install Sublime Text settingsMathias Bynens2013-10-311-0/+7
| | | | Closes #275.
* init: Add iTerm colorsMathias Bynens2013-10-311-0/+3
| | | | Closes #274.
* .osx: Minimize windows into their application’s iconVincent Klaiber2013-10-301-0/+3
| | | | Closes #271.
* .osx: Suppress error messages when running `~/.osx` twiceMathias Bynens2013-10-271-6/+6
| | | | Closes #266.
* .osx: Stop iTunes from responding to the keyboard media keysErwann Mest2013-10-261-0/+3
| | | | | | Commented out, as I actually use these keys. Closes #265.
* .osx: Disable automatic spell checking in Mail.appMathias Bynens2013-10-251-0/+3
|
* .osx: Disable inline attachments in MailMathias Bynens2013-10-241-0/+3
| | | | Thanks to Christophe Platteeuw via Twitter: https://twitter.com/cplatteeuw/status/393465401310318592
* .osx: Make coding style more consistentMathias Bynens2013-10-241-5/+5
|
* .osx: Remove old iTunes commandsMathias Bynens2013-10-241-20/+1
| | | | They only applied to iTunes 10 and older anyway.
* .osx: Add threaded email display settings for Mail.appMathias Bynens2013-10-231-0/+5
|
* .osx: Disable continuous spell checking in Messages.appMathias Bynens2013-10-231-0/+3
|
* .osx: Disable smart quotes in Messages.appMathias Bynens2013-10-231-0/+3
|
* .osx: Consistently specify the type for `dict-add` actionsMathias Bynens2013-10-231-2/+2
|
* .osx: Use plain text smileys in MessagesMathias Bynens2013-10-231-2/+9
| | | | | | Messages in OS X 10.9 Mavericks automatically substitutes e.g. `:)` with `😊`, with no way to disable this feature through the app’s preferences pane. After analyzing the `defaults read` output it turns out there is a hidden preference for it.
* .osx: Remove “Enable access for assistive devices”Mathias Bynens2013-10-231-6/+0
| | | | | | This feature doesn’t work anymore in OS X 10.9 Mavericks. The setting has moved to System Preferences → Security & Privacy → Accessibility, where you now have to check every app you want to allow access rather than enabling it globally. Closes #262.
* .osx: `~/.CFUserTextEncoding` can break several Adobe appsMathias Bynens2013-08-291-2/+2
| | | | Ref. #237.
* .osx: Disable the sound effects on bootMathias Bynens2013-07-311-0/+3
|
* .osx: Add GPGMail 2 settingsMathias Bynens2013-07-301-0/+7
| | | | http://support.gpgtools.org/kb/faq-gpgmail/gpgmail-2-hidden-settings
* .osx: Add Spotlight settingsMartin Reurings2013-07-021-0/+35
| | | | Closes #91 and #174.
* .osx: Don’t automatically rearrange SpacesAndrew Kennedy2013-06-061-2/+5
| | | | Closes #213.
* .osx: Fix `ShowPathBar` typoDanil Semelenov2013-05-291-1/+1
| | | | Closes #204.
* .osx: Update filename for Dropbox’s green checkmark iconMathias Bynens2013-05-031-2/+1
|
* Update shebangsAJ Acevedo2013-04-271-1/+1
| | | | | | If the user installs a custom Bash build, why not use it? Ref. #196 and #198.
* .osx: Add possible values for AppleShowScrollBarsGabriel Izaias2013-04-221-0/+1
| | | | Ref. #170.
* .osx: Set standby delay to 24 hoursMathias Bynens2013-03-251-0/+3
| | | | Hat tip: http://www.ewal.net/2012/09/09/slow-wake-for-macbook-pro-retina/
* .osx: Fix typoMathias Bynens2013-03-121-1/+1
|
* .osx: Set sidebar icon size to mediumMathias Bynens2013-03-101-0/+3
|
* .osx: Set highlight color to orangeMathias Bynens2013-03-101-0/+3
|
* .osx: Configure spring loading for directoriesOliver Schrenk2013-03-101-0/+6
| | | | Ref. #133.
* .osx: Disable DashboardRob Taylor2013-03-101-2/+5
| | | | Ref. #136.
* .osx: Enable the MacBook Air SuperDrive on any Macinexion2013-03-101-0/+3
| | | | Ref. #146.
* Use newlines at EOF consistentlyMathias Bynens2013-03-101-1/+1
|
* .osx: Disable Notification Centergydaniel@gmail.com2013-03-101-0/+3
| | | | | | This also removes the annoying menu bar icon. Ref. #168.
* .osx: Add Notification Center value for hot cornersKevin Suttle2013-03-091-0/+1
| | | | Ref. #187.
* .osx: Show the path bar in FinderKevin Suttle2013-03-091-0/+3
|