Commit Graph
391 Commits
Author SHA1 Message Date
inexionandMathias Bynens c07aa5d833 .osx: Enable the MacBook Air SuperDrive on any Mac
Ref. #146.
2013-03-10 11:20:04 +01:00
Mathias Bynens 38d3c6c61f Use newlines at EOF consistently 2013-03-10 11:07:15 +01:00
gydaniel@gmail.comandMathias Bynens 3354d34521 .osx: Disable Notification Center
This also removes the annoying menu bar icon.

Ref. #168.
2013-03-10 10:55:19 +01:00
Nate OberandMathias Bynens 969c95bfe9 .bash_profile: Support hostname aliases defined in ~/.ssh/config
`~/.ssh/config` allows for the usage of hostname aliases, formatted as follows:

    Host first_alias second_alias third_alias
    HostName foo.example.com

This change makes sure these aliases are parsed out individually and added to the autocomplete list.

Ref. #178.
2013-03-10 10:19:48 +01:00
Kevin SuttleandMathias Bynens 2e08075960 .osx: Add Notification Center value for hot corners
Ref. #187.
2013-03-09 13:06:41 +01:00
Kevin SuttleandMathias Bynens 032d399f9e .osx: Show the path bar in Finder 2013-03-09 13:05:12 +01:00
bleenandMathias Bynens 3b019aeabb .osx: Tweak language settings comment
Fixes #189.
2013-03-09 12:58:26 +01:00
Mathias Bynens e216473476 .functions: Improve getcertnames
Follow-up to 12bb9dac8e.

Many thanks to @dserodio!
2013-03-09 12:22:29 +01:00
Mathias Bynens 12bb9dac8e .functions: Add getcertnames
This function shows all the names (CNs and SANs) listed in the SSL certificate for a given domain.

As always, improvements and other feedback is welcome!
2013-03-08 13:58:35 +01:00
Matt WidmannandMathias Bynens 6383a3fdf0 .osx: Fix typo
Ref. #183.
2013-02-15 09:37:07 +01:00
Mathias Bynens 2e42495c26 bin: Update to Bash 4.2.42 2013-01-24 20:23:40 +01:00
Nizar Khalife IglesiasandMathias Bynens fcdef91ea7 README: Update Lauri Ranta’s hidden preferences URL
The previous URL now 404s.
2013-01-14 20:14:10 +01:00
Paul DunahooandMathias Bynens 639147043b .osx: Clarify that the iTunes settings are for pre-iTunes 11 only 2013-01-06 09:58:32 +01:00
Androwis AbumoussaandMathias Bynens 9b78c9336c .osx: Document the various values for Hot Corners settings 2013-01-06 09:55:15 +01:00
alrraandMathias Bynens 107ac8d6ee .osx: Remove the iTunes Ping settings
Apple officially closed the iTunes Ping service on September 30th, 2012 (http://i.imgur.com/U7bHo.jpg).
2013-01-06 09:51:26 +01:00
alrraandMathias Bynens 2d1d580ac8 .bash_profile: Move the LANG & LC_ALL exports into .exports 2013-01-06 09:50:09 +01:00
alrraandMathias Bynens 3ea3614be9 .functions: Add calc 2013-01-06 09:47:28 +01:00
Mathias Bynens b7389dc0ba .osx: Show item info to the right of the icons on the desktop 2012-12-15 20:30:34 +01:00
Mathias Bynens 13658feed2 .aliases: Lowercase com.apple.finder
Hat tip: @alrra.
2012-12-15 20:22:59 +01:00
Nicolas GallagherandMathias Bynens 1a68b1e968 .functions: Make gz more awesome 2012-12-08 11:48:05 +01:00
Dominik PoradaandMathias Bynens 5400992ced .aliases: Add map
Ref. #157.
2012-12-03 18:02:46 +01:00
Mathias Bynens 9e4f9a8425 .bash_prompt: Fix parse_git_dirty for Git v1.8.0+
Git 1.8.0+ says “nothing to commit (working directory clean)”.
Older Git versions return “nothing to commit (working directory clean)”.

Thanks to @nicolahery in #143 for the suggestion.
2012-11-23 08:37:29 +01:00
Mathias Bynens b96cd30e35 .gitconfig: Set push.default = simple
This will be the default in Git v2.
2012-11-19 11:24:52 +01:00
Mathias Bynens 93a5514e79 bin: Update to Bash 4.2.39 2012-11-19 11:19:34 +01:00
Mathias Bynens 50b206b70e .bash_prompt: Use tput setaf 0 for white
Using `tput setaf 0` instead of `tput setaf 256` makes sure that `WHITE` is white instead of the previous color.

Thanks to @rudolph9 for reporting this in #153.
2012-11-13 19:44:34 +01:00
Matijs BrinkhuisandMathias Bynens 85dc6f1a20 .osx: Add command to remove all Dock icons 2012-11-13 11:44:07 +01:00
Mathias Bynens 473766d3d0 README: Recommend sourcing the bootstrapper
Thanks to @svnpenn and @nvartolomei in https://github.com/mathiasbynens/dotfiles/commit/a77f4872f26d681a35cface9d6bcb4ad55fec752#commitcomment-2100022, and thanks to @janmoesen for the BASH_SOURCE pointer.
2012-11-06 12:30:14 +01:00
Kevin SuttleandMathias Bynens d4c2cc697a .osx: Add Mac App Store section
- Move existing command to new section
- Add debug menu command

Ref. #150.
2012-11-03 21:35:03 +01:00
Mathias Bynens 10c701d522 .aliases: Make update run brew cleanup
Thanks to @patrickkettner for the suggestion on Twitter:
http://twitter.com/patrickkettner/statuses/254387082791903232
2012-10-07 18:05:43 +02:00
Mathias Bynens 866d6fe165 .osx: Allow installing user scripts via Userscripts.org 2012-09-23 12:47:58 +02:00
Mathias Bynens 11bc4900b8 .osx: Allow installing user scripts via GitHub or gists 2012-09-22 08:43:37 +02:00
Mathias Bynens f4309437d1 .aliases: Make update update Ruby gems as well 2012-09-18 08:27:16 +02:00
user996015andMathias Bynens c600335af5 .aliases: Add dl
Ref. #142.
2012-09-16 13:48:48 +02:00
Max F. AlbrechtandMathias Bynens af441ca751 .aliases: Alias sha1sum if needed
Ref. #141.
2012-09-16 12:40:44 +02:00
Mathias Bynens 2ccd01d38b .osx: Consistency tweaks 2012-09-14 13:47:59 +02:00
user996015andMathias Bynens dd95959736 .aliases: Add dt 2012-09-14 13:42:47 +02:00
Mathias Bynens 897ab850e9 .osx: Restart Dashboard 2012-09-05 13:16:34 +02:00
Kevin SuttleandMathias Bynens 4c0d6cd10f .osx: Correct symlink for iOS Simulator
Ref. #135.
2012-09-04 22:54:27 +02:00
Mathias Bynens 6e58c9b16e .gitconfig: Explain diff-related aliases 2012-09-01 19:23:37 +02:00
Dominik PoradaandMathias Bynens bfa4d80970 .gitconfig: Tweak diff aliases 2012-08-31 15:51:05 +02:00
Dominik PoradaandMathias Bynens 0e6b837e77 .functions: Tweak fs 2012-08-31 11:16:37 +02:00
Kevin SuttleandMathias Bynens cf7db9c367 .osx: Enable the WebKit Developer Tools in the Mac App Store
More info here: http://osxdaily.com/2011/09/07/enable-element-inspector-mac-app-store/

Ref. #129.
2012-08-30 12:28:26 +02:00
Mathias Bynens 928dee6f7e .osx: Check for software updates daily 2012-08-29 14:49:48 +03:00
Mathias Bynens 1aeba0cba8 .aliases: Add gurl for Gzip-enabled curl
Ref. 1b3ed7a646de7a652f0596985af976a438e32aca.
2012-08-27 11:27:47 +02:00
Dominik PoradaandMathias Bynens 61748c9999 .gitconfig: Add reb alias
Stolen from https://github.com/porada/dotfiles/commit/05162b585b2e9cd6a92f12e1c61e1f5687104a17.
2012-08-27 09:22:31 +02:00
Dominik PoradaandMathias Bynens 55ca924f90 .aliases: Remove ios 2012-08-26 09:03:43 +02:00
Dominik PoradaandMathias Bynens 40888aea79 .osx: Add iPhone Simulator.app to Launchpad 2012-08-26 09:03:43 +02:00
John F. MercerandMathias Bynens 93e6bca426 .aliases: Make flush kill mDNSResponder as well
Ref. #126 and http://support.apple.com/kb/HT5343.
2012-08-24 16:36:49 +02:00
Mathias Bynens 46196ac8a7 README: Link to @matijs/dotfiles instead of @matijs/homedir 2012-08-24 15:11:14 +02:00
Dominik PoradaandMathias Bynens 1b7314b020 .functions: Add fs
…and remove the `fs` alias from `.aliases`.

Ref. #125.
2012-08-23 12:55:39 +02:00