aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .brew: Fix typoMathias Bynens2012-07-301-1/+1
| | | | Thanks to @oschrenk for the heads up on https://github.com/mathiasbynens/dotfiles/commit/8a79072feb638ab964f4ba6385551be4e7ae3edf#commitcomment-164452.
* .functions: Add `unquarantine` which force-removes a downloaded app or file ↵Mathias Bynens2012-07-291-0/+7
| | | | | | from the quarantine Thanks to @jasomill on Hacker News: http://news.ycombinator.com/item?id=4307379.
* .aliases: Add `ios` alias to launch iOS Simulatorporada2012-07-291-0/+3
|
* .osx: Enable HiDPI display modes without using Quartz Debugporada2012-07-291-0/+3
|
* .aliases: Add `lscleanup` alias that cleans up LaunchServicesporada2012-07-291-0/+3
| | | | This removes duplicates in the “Open With” menu.
* .brew: Install GNU Find Utilities, `g`-prefixedMathias Bynens2012-07-291-0/+2
| | | | Thanks to @jacobj and @olov for the suggestion.
* .osx: Add commented out command to disable smooth scrollingMathias Bynens2012-07-291-0/+4
| | | | This is only really useful on older Macs that mess up the animation.
* .osx: Enable the Develop Menu and the Web Inspector in SafariMathias Bynens2012-07-281-0/+5
|
* .osx: Use the Pro theme by default in Terminal.appMathias Bynens2012-07-271-0/+4
|
* .functions: Attempt to make `server` open the browser *after* the server has ↵Mathias Bynens2012-07-271-1/+1
| | | | started
* .osx: Hide Safari’s bookmarks bar by defaultMathias Bynens2012-07-271-0/+3
|
* .osx: Group windows by application in Mission ControlMathias Bynens2012-07-271-0/+3
|
* .osx: Don’t show Dashboard as a SpaceMathias Bynens2012-07-271-0/+3
|
* .osx: Set computer nameMathias Bynens2012-07-271-1/+6
|
* .osx: Add more Finder settings for icons on the desktop and in icon viewsMathias Bynens2012-07-261-2/+16
|
* .osx: Show icons for hard drives, servers, and removable media on the desktopMathias Bynens2012-07-261-0/+6
|
* .bash_profile: Source `~/.extra` before the other dotfilesMathias Bynens2012-07-261-2/+2
| | | | This is needed in case `$PATH` is expanded in `~/.extra`.
* .aliases: Make `update` update `npm` and its installed packages as wellMathias Bynens2012-07-261-2/+2
|
* .osx: Add Twitter.app settingsMathias Bynens2012-07-261-1/+26
|
* .osx: Comment out the line that enables the 2D DockMathias Bynens2012-07-261-1/+1
| | | | I’ll try out the new frost glass Mountain Lion Dock for a while.
* .osx: Hide the useless Time Machine and Volume iconsMathias Bynens2012-07-261-0/+3
| | | | | | Fun fact — this is what the OS X Mountain Lion menu bar looks like with all the menu extras (/System/Library/CoreServices/Menu Extras) enabled: http://i.imgur.com/DHTuw.png
* .aliases: Optimize the `ls` flavor detection even furtherJan Moesen2012-07-231-3/+3
| | | | Ref. #89.
* .aliases: Optimize the way we detect the `ls` flavorMathias Bynens2012-07-231-4/+3
| | | | Follow-up to 4169a34df1783b6b0727a527b867cefecaa069b5. Thanks to @janmoesen!
* .aliases: Detect which `ls` flavor is in use and use the appropriate flag ↵Mathias Bynens2012-07-221-4/+12
| | | | | | for colorized output Thanks to @divya for making me do this ;)
* .aliases: Support colorized output for `ls` 8.17 only (GNU coreutils)Mathias Bynens2012-07-191-9/+5
|
* .brew: Install PHP 5.4Mathias Bynens2012-07-191-0/+2
|
* .osx: Increase sound quality for Bluetooth headphones/headsetsMathias Bynens2012-07-181-1/+4
| | | | | | This has the same effect as setting Bluetooth Explorer → Utilities → Special Options → Minimum bitpool to `40`. See http://scott.dier.name/2009/10/osx-snow-leopard-a2dp.html.
* .vimrc: Enable per-directory `.vimrc` fileshongymagic2012-07-151-0/+3
| | | | Ref. #86. Thanks to @necolas for the suggestion.
* .vimrc: Respect modeline by defaultDavid Hong2012-07-121-2/+5
|
* .osx: Show hidden files by default in FinderMathias Bynens2012-07-121-0/+3
| | | | | I’ve had the `show` and `hide` aliases for ages, but since I use `show` as the default setting, it makes sense to include it in `.osx` as well.
* .bash_prompt: Tweak `$PS2`Mathias Bynens2012-07-111-1/+2
|
* Remove the feature tests for Bash 4 features and just fail silentlyMathias Bynens2012-07-051-4/+1
| | | | Hat tip: @svnpenn.
* Enable some Bash 4 features when possible:Mathias Bynens2012-07-021-0/+10
| | | | | - `autocd` - Recursive globbing
* .osx: Disable the iTunes arrow links completelyMathias Bynens2012-07-021-2/+5
|
* .osx: Make iTunes arrows go to your library by default (rather than the ↵Kevin Lawler2012-07-021-0/+3
| | | | iTunes Store)
* README: Mention `.brew`Mathias Bynens2012-07-021-0/+8
| | | | Ref. #83.
* .osx: Explicitly enable swipe between pagesMathias Bynens2012-06-281-0/+1
| | | | Ref #80.
* .brew: Install GNU core utilities (those that come with OS X are outdated)Mathias Bynens2012-06-271-0/+7
|
* .brew: Install a recent version of `grep`Mathias Bynens2012-06-271-0/+7
|
* .osx: Speed up Mission Control animationsMathias Bynens2012-06-271-0/+3
| | | | Note that I don’t completely disable the animation, as that results in a very unpleasant effect.
* .osx: Disable automatic termination of inactive appsMathias Bynens2012-06-271-0/+3
|
* .osx: Enable the debug menu in Disk UtilityMathias Bynens2012-06-271-1/+4
|
* .aliases: Update to `stat` v8.17 (GNU coreutils)Mathias Bynens2012-06-271-1/+1
|
* .osx: Minor formatting tweakMathias Bynens2012-06-271-5/+7
|
* .osx: Group commands in categoriesMathias Bynens2012-06-271-70/+113
|
* .osx: Enable swipe between pages with three fingersMathias Bynens2012-06-271-3/+6
| | | | Ref. #80. Thanks to @Lri for the help.
* .osx: Fix typoShawn Jonnet2012-06-261-1/+1
|
* .osx: Disable “natural” (Lion-style) scrollingMathias Bynens2012-06-261-0/+3
|
* .osx: Set language and text formatsMathias Bynens2012-06-261-0/+8
|
* .bash_profile: Load `.extra` last, allowing it to override any previous settingsuser9960152012-06-211-2/+2
|