Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .osx: Don’t show hidden files by default | Mathias Bynens | 2014-05-01 | 1 | -1/+1 |
| | | | | Most of the time I don’t need it, and when I do, I can temporarily enable it using the `show` alias, and revert it using the `hide` alias. | ||||
* | .osx: Don’t reset the desktop wallpaper when resetting Launchpad | Nick Budidharma | 2014-04-27 | 1 | -2/+2 |
| | | | | | | Files like `530142A0-6AEC-4921-A3A7-7C2B72FFF6E3.db` and `desktoppicture.db` exist in `~/Library/Application\ Support/Dock`, so let’s add a `-` with a wildcard `*` to both sides to ensure we don’t delete `desktoppicture.db` and reset the desktop wallpaper. Closes #370. | ||||
* | .osx: Update iOS Simulator symlink | Mathias Bynens | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | .osx: Add ExpandedStateFor* variants for OS X 10.9 | Mathias Bynens | 2014-03-22 | 1 | -0/+2 |
| | | | | Closes #361. | ||||
* | .osx: Comment computer name settings | Mathias Bynens | 2014-03-06 | 1 | -4/+4 |
| | | | | It’s good to have these commands here as a reference, but it’s annoying when running `.osx` on multiple computers in the same network. | ||||
* | .osx: Remove “disable opening and closing window animations” | Mathias Bynens | 2014-03-06 | 1 | -3/+0 |
| | | | | | | Sadly, this doesn’t work anymore in OS X 10.9. Closes #270. | ||||
* | .osx: Change minimize/maximize window effect | Cătălin Mariș | 2014-03-06 | 1 | -0/+3 |
| | | | | | | By default, OS X Mavericks uses the annoying `genie` effect whenever windows are minimized/maximized. This commit changes that preference and makes OS X use the more tolerable `scale` effect. Closes #355. Ref. #270. | ||||
* | .osx: Allow installing Chrome user scripts via GitHub Gist or Userscripts.org | Mathias Bynens | 2014-03-05 | 1 | -3/+3 |
| | |||||
* | .osx: Add missing value | Cătălin Mariș | 2014-03-05 | 1 | -1/+1 |
| | | | | | | | | In order to properly overwrite the `key` of a `domain`, `defaults` needs to be provided with a valid `value` for the `key`: `defaults write <domain> <key> <value>` Closes #350. | ||||
* | .osx: Remove old keyboard illumination settings | Mathias Bynens | 2014-03-04 | 1 | -5/+0 |
| | | | | | | These commands don’t have any effect anymore in OS X 10.9. Closes #327. | ||||
* | .osx: Make Dock more transparent | Cătălin Mariș | 2014-03-02 | 1 | -0/+3 |
| | | | | Closes #346. | ||||
* | .osx: Kill `cfprefsd` after changing preferences | Mathias Bynens | 2014-02-04 | 1 | -3/+3 |
| | | | | | | As of OS X 10.9 this is necessary to make sure the changes persist. Closes #330. | ||||
* | .osx: Support multiple `systemuiserver` pref files | Manpreet Singh | 2014-01-10 | 1 | -4/+6 |
| | | | | Closes #319. | ||||
* | .osx: Set Desktop as the default location for new Finder windows | Christopher Pelloux | 2014-01-02 | 1 | -0/+5 |
| | | | | Closes #285. | ||||
* | .osx: Display Bluetooth icon in menu bar | Mathias Bynens | 2013-12-30 | 1 | -2/+6 |
| | |||||
* | .osx: Add Finder ‘Get Info’ settings | Mathias Bynens | 2013-12-18 | 1 | -0/+7 |
| | |||||
* | .osx: Add Activity Monitor settings | Mathias Bynens | 2013-12-18 | 1 | -3/+20 |
| | |||||
* | .osx: Delete some old commands that no longer work | Mathias Bynens | 2013-12-09 | 1 | -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 Mavericks | Mathias Bynens | 2013-12-09 | 1 | -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 default | Eugene Zhuk | 2013-12-04 | 1 | -0/+3 |
| | | | | Closes #296. | ||||
* | .osx: Disable smart quotes and dashes | Mathias Bynens | 2013-11-05 | 1 | -0/+6 |
| | |||||
* | .osx: Don’t `kill` Dashboard | Cătălin Mariș | 2013-11-04 | 1 | -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 commands | Mathias Bynens | 2013-11-02 | 1 | -5/+0 |
| | | | | | | If anyone knows how to make this work, please let me or @necolas know! Ref. #171. | ||||
* | .osx: Add SSD-specific tweaks | Mathias Bynens | 2013-11-02 | 1 | -0/+20 |
| | | | | Source: http://forums.macrumors.com/showthread.php?t=1505922 | ||||
* | .osx: Don’t prompt when quitting iTerm | Mathias Bynens | 2013-11-01 | 1 | -1/+4 |
| | |||||
* | .osx: Rename computer name | Mathias Bynens | 2013-10-31 | 1 | -4/+4 |
| | |||||
* | init: Install Sublime Text settings | Mathias Bynens | 2013-10-31 | 1 | -0/+7 |
| | | | | Closes #275. | ||||
* | init: Add iTerm colors | Mathias Bynens | 2013-10-31 | 1 | -0/+3 |
| | | | | Closes #274. | ||||
* | .osx: Minimize windows into their application’s icon | Vincent Klaiber | 2013-10-30 | 1 | -0/+3 |
| | | | | Closes #271. | ||||
* | .osx: Suppress error messages when running `~/.osx` twice | Mathias Bynens | 2013-10-27 | 1 | -6/+6 |
| | | | | Closes #266. | ||||
* | .osx: Stop iTunes from responding to the keyboard media keys | Erwann Mest | 2013-10-26 | 1 | -0/+3 |
| | | | | | | Commented out, as I actually use these keys. Closes #265. | ||||
* | .osx: Disable automatic spell checking in Mail.app | Mathias Bynens | 2013-10-25 | 1 | -0/+3 |
| | |||||
* | .osx: Disable inline attachments in Mail | Mathias Bynens | 2013-10-24 | 1 | -0/+3 |
| | | | | Thanks to Christophe Platteeuw via Twitter: https://twitter.com/cplatteeuw/status/393465401310318592 | ||||
* | .osx: Make coding style more consistent | Mathias Bynens | 2013-10-24 | 1 | -5/+5 |
| | |||||
* | .osx: Remove old iTunes commands | Mathias Bynens | 2013-10-24 | 1 | -20/+1 |
| | | | | They only applied to iTunes 10 and older anyway. | ||||
* | .osx: Add threaded email display settings for Mail.app | Mathias Bynens | 2013-10-23 | 1 | -0/+5 |
| | |||||
* | .osx: Disable continuous spell checking in Messages.app | Mathias Bynens | 2013-10-23 | 1 | -0/+3 |
| | |||||
* | .osx: Disable smart quotes in Messages.app | Mathias Bynens | 2013-10-23 | 1 | -0/+3 |
| | |||||
* | .osx: Consistently specify the type for `dict-add` actions | Mathias Bynens | 2013-10-23 | 1 | -2/+2 |
| | |||||
* | .osx: Use plain text smileys in Messages | Mathias Bynens | 2013-10-23 | 1 | -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 Bynens | 2013-10-23 | 1 | -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 apps | Mathias Bynens | 2013-08-29 | 1 | -2/+2 |
| | | | | Ref. #237. | ||||
* | .osx: Disable the sound effects on boot | Mathias Bynens | 2013-07-31 | 1 | -0/+3 |
| | |||||
* | .osx: Add GPGMail 2 settings | Mathias Bynens | 2013-07-30 | 1 | -0/+7 |
| | | | | http://support.gpgtools.org/kb/faq-gpgmail/gpgmail-2-hidden-settings | ||||
* | .osx: Add Spotlight settings | Martin Reurings | 2013-07-02 | 1 | -0/+35 |
| | | | | Closes #91 and #174. | ||||
* | .osx: Don’t automatically rearrange Spaces | Andrew Kennedy | 2013-06-06 | 1 | -2/+5 |
| | | | | Closes #213. | ||||
* | .osx: Fix `ShowPathBar` typo | Danil Semelenov | 2013-05-29 | 1 | -1/+1 |
| | | | | Closes #204. | ||||
* | .osx: Update filename for Dropbox’s green checkmark icon | Mathias Bynens | 2013-05-03 | 1 | -2/+1 |
| | |||||
* | Update shebangs | AJ Acevedo | 2013-04-27 | 1 | -1/+1 |
| | | | | | | If the user installs a custom Bash build, why not use it? Ref. #196 and #198. | ||||
* | .osx: Add possible values for AppleShowScrollBars | Gabriel Izaias | 2013-04-22 | 1 | -0/+1 |
| | | | | Ref. #170. |