aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
Commit message (Collapse)AuthorAgeFilesLines
* .osx: Remove duplicate `disablelocal` settingCraig Davison2016-02-291-3/+0
| | | | | | This setting is already set under the “Time Machine” section. Closes #631.
* .osx: Show the `/Volumes` foldernowherecat2016-02-131-0/+3
| | | | Closes #621.
* .osx: Update Simulator paths for El CapitanMichał Gołębiowski2016-01-161-2/+3
| | | | Closes #616.
* .osx: Prevent Photos from opening automaticallyAlex Guerrero2016-01-141-1/+8
| | | | Closes #608.
* .osx: Disable the over-the-top focus ring animationMathias Bynens2015-12-071-0/+3
| | | | | | See http://arstechnica.com/apple/2014/10/os-x-10-10/5/ for an example. Closes #511.
* .osx: Show only open applications in the DockTroy Harvey2015-11-301-0/+3
| | | | Closes #604.
* .osx: Bypass t.co URLs in TweetbotMathias Bynens2015-11-121-1/+8
| | | | Hat tip: https://twitter.com/dermdaly/status/664065150329163777
* .osx: Remove non-functional iTunes settingMathias Bynens2015-11-101-10/+3
| | | | Ref. https://github.com/mathiasbynens/dotfiles/commit/cd88be0faec8b794e2ed6d145896f464125429b4#commitcomment-14145185. Thanks to @chdiza!
* .osx: Don’t enable “secure empty trash”Kevin Deldycke2015-11-031-3/+0
| | | | | | | | This feature has been removed, sadly, so enabling has no effect anymore. https://support.apple.com/en-us/HT205267#CVE-2015-5901 Closes #596.
* .osx: Stop iTunes from automatically syncing connected devicesHassan Khan2015-10-291-3/+10
| | | | Closes #593.
* .osx: Fix typoMathias Bynens2015-10-231-1/+1
| | | | Fixes #592.
* .osx: Simplify `killall` redirectionVítor Galvão2015-10-181-1/+1
| | | | | | `&>` is the same as `2>&1`. Closes #589.
* .osx: Remove “enable text selection in Quick Look”Mathias Bynens2015-10-111-3/+0
| | | | | | As of OS X 10.11, it no longer has any effect. Closes #580.
* .osx: Fix `/private` pathFederico Castagnini2015-05-131-3/+3
| | | | Closes #529.
* .osx: Update Spectacle.app keyboard shortcutsMathias Bynens2015-04-151-21/+21
|
* .osx: Expand print dialog in Chrome & Opera by defaultMathias Bynens2015-03-301-2/+15
| | | | https://github.com/mathiasbynens/dotfiles/pull/434#issuecomment-59643432
* .osx: Disable swipe navigation in Chrome for mouse usersMichael Kühnel2015-03-061-1/+5
| | | | Closes #508.
* .osx: Add Spectacle.app settingsMathias Bynens2015-03-021-2/+30
| | | | Fixes #507.
* .osx: Fix code that sets the custom terminal themeCătălin Mariș2015-02-041-8/+45
| | | | | | Fix the `.osx` script so that it correctly sets the custom terminal theme, and the change will be persistent. Closes #492.
* .osx: Add back the “increase window resize speed” hackMathias Bynens2014-12-261-0/+3
| | | | | | It didn’t work in OS X 10.10 anymore, but it seems OS X 10.10.1 does support it. Ref. 4471e2732faede1d9b242cb547de8005578b3d10.
* .osx: Revert to plain `killall` without `-HUP`Mathias Bynens2014-12-191-1/+1
| | | | | | This reverts commit 07cd2632f56be58a5c1ba41a830e537e34f24e5f. Ref. #469.
* .osx: Kill apps with `-HUP` to make sure they restartAaron Zauner2014-12-191-1/+1
| | | | | | Note that a full system restart is needed after running `.osx` anyhow, but this small change improves the situation for those who don’t do that. Closes #469.
* .osx: Remove “increase window resize speed”Mathias Bynens2014-11-281-3/+0
| | | | Sadly, this doesn’t work anymore in OS X 10.10.
* .osx: Use `-array` instead of `-array ""`Mathias Bynens2014-11-201-1/+1
| | | | Ref. #350.
* .osx: Fix comment for menu bar itemsTao Wu2014-11-191-1/+1
| | | | Closes #459.
* .osx: Add Yosemite’s search results for SpotlightAlex Guerrero2014-11-141-2/+15
| | | | | | Yosemite introduces new Spotlight search results, and if you don’t add it to `defaults write com.apple.spotlight orderedItems` it will be removed from the System Preferences → Spotlight → Search Results` list with no way to re-enable them through the System Preferences panel. Closes #456.
* .osx: Disable Spotlight suggestions from SafariAlex Guerrero2014-11-131-0/+1
| | | | | | Safari has a “Spotlight Suggestions” setting that, if left enabled, will send a copy of all search queries to Apple. Closes #455.
* .osx: Update `iOS Simulator.app` pathVincent Klaiber2014-11-121-1/+1
| | | | | | The iOS Simulator app has been moved. Closes #452.
* .osx: Make Yosemite Safari more usefulMathias Bynens2014-10-201-0/+7
|
* .osx: Don’t send Safari search queries to AppleMathias Bynens2014-10-201-0/+3
|
* .osx: Use the system-native print preview dialog in Chromedaboe012014-10-181-0/+4
| | | | Closes #434.
* .osx: Remove a few commands that no longer have any effect in YosemiteAlex Dunn2014-10-181-10/+1
| | | | Closes #436.
* .osx: Disable transparency in the menu bar and elsewhere on YosemiteMathias Bynens2014-10-181-0/+3
|
* Update URLsMathias Bynens2014-09-011-2/+2
|
* .osx: Disable the all-too-sensitive backswipe on ChromeSindre Sorhus2014-08-131-0/+4
| | | | Closes #416.
* .osx: Use `sudo` for `systemsetup`Lars Kappert2014-08-131-4/+4
| | | | Closes #415.
* Update Bash prompt to match the Solarized themeMathias Bynens2014-06-071-4/+4
| | | | Screenshot: http://i.imgur.com/EkEtphC.png
* .osx: Disable the Launchpad gestureSimon Owen Design2014-06-071-0/+3
| | | | Closes #316.
* .osx: Only install custom Terminal profile onceMarkus Amalthea Magnuson2014-06-071-4/+8
| | | | Closes #336 and #337.
* .osx: Add (commented-out) instructions on how to set the wallpaperErwann Mest2014-06-071-0/+6
| | | | Closes #356.
* Remove some things that I don’t useMathias Bynens2014-06-071-0/+3
| | | | This commit drops some aliases, functions, and settings from the project that I wasn’t using at all. It also cleans up some of the remaining code.
* .osx: Don’t show hidden files by defaultMathias Bynens2014-05-011-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 LaunchpadNick Budidharma2014-04-271-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 symlinkMathias Bynens2014-03-281-1/+1
|
* .osx: Add ExpandedStateFor* variants for OS X 10.9Mathias Bynens2014-03-221-0/+2
| | | | Closes #361.
* .osx: Comment computer name settingsMathias Bynens2014-03-061-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 Bynens2014-03-061-3/+0
| | | | | | Sadly, this doesn’t work anymore in OS X 10.9. Closes #270.
* .osx: Change minimize/maximize window effectCătălin Mariș2014-03-061-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.orgMathias Bynens2014-03-051-3/+3
|
* .osx: Add missing valueCătălin Mariș2014-03-051-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.