Commit Graph
325 Commits
Author SHA1 Message Date
Mathias Bynens 65ba27d328 README: Credit Chris Gerke (@cgerke) 2012-08-13 09:19:25 +02:00
Mathias Bynens 41431ac718 .osx: Add energy saver preferences 2012-08-13 08:37:41 +02:00
Mathias Bynens b912e0bb9c .osx: Set Safari’s home page to about:blank 2012-08-13 08:16:53 +02:00
Mathias Bynens 6f89f05ee1 .osx: Disable radio stations in iTunes 2012-08-13 08:12:10 +02:00
Mathias Bynens 4a7598cc04 .osx: Disable the Genius sidebar in iTunes 2012-08-13 08:08:23 +02:00
Mathias Bynens 56d91507ff bin: Update Bash symlink 2012-08-12 21:46:42 +02:00
Mathias Bynens a94560921c .osx: Drop the energy saver preferences 2012-08-12 21:42:23 +02:00
Mathias Bynens 5f70389b0b .brew: Install Bash 4 2012-08-12 21:38:00 +02:00
Mathias Bynens 9cf197818b .osx: Automatically illuminate built-in MacBook keyboard in low light 2012-08-12 13:19:45 +02:00
Mathias Bynens 7b21969cf7 .osx: Add energy saver settings 2012-08-12 12:50:24 +02:00
Mathias Bynens 76b752d5ea .osx: Enable scroll to zoom 2012-08-12 12:34:41 +02:00
Mathias Bynens b9fa939cef .osx: Enable access for assistive devices 2012-08-12 12:26:04 +02:00
Mathias Bynens 06c9e889c2 .osx: When performing a search, search the current folder by default in Finder 2012-08-12 11:58:36 +02:00
Mathias Bynens 6b2cab2a47 .osx: Enable advanced image options in Disk Utility’s debug menu 2012-08-12 11:45:24 +02:00
Mathias Bynens 1503abf128 .osx: Set the timezone 2012-08-11 18:16:26 +02:00
Mathias Bynens c1ebe45d52 .osx: Set NetBIOS name 2012-08-11 18:10:38 +02:00
Mathias Bynens 4e6bec550c .exports: Append ls with an argument to the $HISTFILE 2012-08-10 11:52:03 +02:00
Mathias Bynens 0e28ec0e3b .bash_profile: Add ~/bin to the $PATH
Just like before, the `$PATH` can still safely be extended by adding `~/.path`.
2012-08-10 11:48:58 +02:00
Mathias Bynens 7adb09c426 bin: Add subl symbolic link 2012-08-10 11:39:35 +02:00
Mathias Bynens 755584e394 .osx: Use list view in all Finder windows by default
http://superuser.com/questions/320955/forcing-lion-finder-to-open-in-list-view#comment345957_320955
2012-08-08 11:10:59 +02:00
Mathias Bynens f57f9e7003 README: Add example ~/.path file 2012-08-08 10:11:44 +02:00
Nicolae VartolomeiandMathias Bynens aff769fd75 .bash_profile: Update killall Tab completion for OS X 10.8 2012-08-07 14:31:21 +02:00
Sindre SorhusandMathias Bynens 378fa5bec4 .functions: Add phpserver
Ref. #116.
2012-08-07 11:14:15 +02:00
Cãtãlin MarişandMathias Bynens 5d76fc286f .functions: Make dataurl more generic 2012-08-07 09:54:38 +02:00
Mathias Bynens 3a7ae53e18 .bash_profile: Fix typo
Only source `~/.extra` once.
2012-08-07 07:36:57 +02:00
Mathias Bynens ab64db6580 .bash_profile: Source ~/.path before and ~/.extra after all the other dotfiles 2012-08-06 22:51:22 +02:00
thibault milanandMathias Bynens 559ccb5437 .aliases: Use command -v instead of type -t
`type -t` is not as portable (i.e., not in POSIX) as `command -v`, and `command -v` also takes aliases and functions into account.

Ref. #109.
2012-08-06 17:35:59 +02:00
Mathias Bynens 03f1e47c88 .osx: Update some iTunes tweaks to work with iTunes 10.6.3
Ref. #114. Thanks to @mourawaldson for the heads-up!
2012-08-06 17:24:52 +02:00
Mathias Bynens 064fa96509 .osx: Add a note saying that the iCal debug menu tweak doesn’t work in OS X 10.8
Ref. #113.
2012-08-06 10:36:54 +02:00
Mathias Bynens 7edf681b92 .osx: Remove the iTunes track notifications tweak
It crashes the Dock in OS X 10.7.4 and doesn’t work in OS X 10.8 anyway.

Ref. https://github.com/mathiasbynens/dotfiles/commit/45c1bced7371b93a49f884bc6fe868571fe94402#commitcomment-1671603.
2012-08-04 21:39:28 +02:00
Vasyl NakvasiukandMathias Bynens 3bf5166fb6 .functions: Rename md to mkd now that OS X 10.8 has an utility named md 2012-08-04 08:54:24 +02:00
Mathias Bynens 45c1bced73 .osx: Add a note about the iTunes track notifications in OS X 10.8 2012-08-04 08:24:29 +02:00
Mathias Bynens 0b56246131 .osx: Kill the affected applications by their new OS X 10.8 names as well
E.g. by killing both iCal and Calendar we support pre-OS X 10.8 and OS X 10.8 itself.
2012-08-03 08:24:04 +02:00
Mathias Bynens 96c2696096 .osx: Ask for the administrator password upfront
Use @cowboy’s `sudo` keep-alive snippet (https://gist.github.com/3118588)
to continuously update the existing `sudo` time stamp until `.osx` has
finished running.
2012-08-03 08:10:56 +02:00
Mathias Bynens 7bbbe8dd78 .osx: Reveal IP address, hostname, OS version, etc. when clicking the clock in the login window 2012-08-02 19:41:30 +02:00
Mathias Bynens 4267ea9582 .osx: Add the keyboard shortcut ⌘ + Enter to send an email in Mail.app 2012-08-02 19:12:30 +02:00
Dominik PoradaandMathias Bynens 4b1381e99d .aliases: Make fs work with both GNU stat and OS X stat 2012-08-01 23:59:02 +02:00
Mathias Bynens 7d9a9f2e70 .osx: Explain how to use the ⌘ + F iTunes hack with other system languages
Thanks to @renaudleo for this discovery.
2012-08-01 23:56:18 +02:00
Sindre SorhusandMathias Bynens 8ed0257572 .functions: Add note and remind
`note` quickly adds a note to Notes.app, and `remind` adds a reminder to — you guessed it — Reminders.app. Both applications are available on OS X 10.8.

Note that in order for `note` to work, iCloud sync must be enabled for Notes.app.
2012-07-31 20:41:43 +02:00
Oliver SchrenkandMathias Bynens 5c3306ce4d .aliases: Add mergepdf alias that concatenates PDF files
Credit goes to Fritz Stelluto: http://blog.gotofritz.net/howto/joining-pdf-files-in-os-x-from-the-command-line/.
2012-07-31 20:13:23 +02:00
Mathias Bynens 9c934b832c .osx: Don’t group windows by application in Mission Control
This makes it use the old Exposé behavior instead.
2012-07-31 19:56:35 +02:00
Mathias Bynens 3d725a1b28 .brew: Remove outdated versions from the cellar 2012-07-31 08:33:15 +02:00
Mathias Bynens f2975b1b5d .osx: Allow hitting the Backspace key to go to the previous page in Safari’s history 2012-07-30 14:27:37 +02:00
Mathias Bynens d141e2ca9f .osx: Use a modified version of the Pro theme in Terminal.app 2012-07-30 09:19:39 +02:00
Mathias Bynens c3b50ebe46 .brew: Fix typo
Thanks to @oschrenk for the heads up on https://github.com/mathiasbynens/dotfiles/commit/8a79072feb638ab964f4ba6385551be4e7ae3edf#commitcomment-164452.
2012-07-30 08:54:46 +02:00
Mathias Bynens 3d918efbe0 .functions: Add unquarantine which force-removes a downloaded app or file from the quarantine
Thanks to @jasomill on Hacker News: http://news.ycombinator.com/item?id=4307379.
2012-07-29 22:04:41 +02:00
poradaandMathias Bynens b308bc6935 .aliases: Add ios alias to launch iOS Simulator 2012-07-29 21:31:49 +02:00
poradaandMathias Bynens 97a331832f .osx: Enable HiDPI display modes without using Quartz Debug 2012-07-29 21:26:06 +02:00
poradaandMathias Bynens a149de5990 .aliases: Add lscleanup alias that cleans up LaunchServices
This removes duplicates in the “Open With” menu.
2012-07-29 21:20:03 +02:00
Mathias Bynens 8a79072feb .brew: Install GNU Find Utilities, g-prefixed
Thanks to @jacobj and @olov for the suggestion.
2012-07-29 07:44:55 +02:00