aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .aliases: Add `h` (`history`) and `j` (`jobs`)user9960152012-06-141-0/+2
|
* .aliases: Add `....` and `.....`user9960152012-06-141-1/+3
|
* Add .hushloginMathias Bynens2012-06-141-0/+4
| | | | | | | The mere presence of this file in the home directory disables the system copyright notice, the date and time of the last login, the message of the day as well as other information that may otherwise appear on login. See `man login`.
* .vimrc: Use the OS clipboard by defaultMathias Bynens2012-06-081-0/+2
|
* .gitconfig: Tweak `ca` aliasMathias Bynens2012-06-051-1/+1
| | | | Thanks to @necolas! https://github.com/mathiasbynens/dotfiles/commit/15d4c9583d66be40a497706134b637e8c1f10ae6#commitcomment-1416521
* .gitconfig: Show the diff when writing a commit messageMathias Bynens2012-06-041-1/+1
| | | | Thanks to @miketaylr: http://twitter.com/miketaylr/status/209688450868326400
* .gitconfig: Add `tags`, `branches` and `remotes` aliasesMathias Bynens2012-06-041-0/+4
|
* .functions: Add `gz` function to get gzipped file sizePaul Irish2012-05-311-0/+8
|
* Merge pull request #67 from nikolavp/patch-1Mathias Bynens2012-05-291-3/+0
|\ | | | | Remove one of the configs
| * Update .inputrcnikolavp2012-05-291-3/+0
|/
* .gitconfig: Add `credit` alias to quickly change the author of the latest commitMathias Bynens2012-05-231-0/+2
| | | | Inspired by @holman’s https://github.com/holman/dotfiles/blob/master/bin/git-credit.
* .aliases: Make `ips` show IPv6 addresses as wellRich Healey2012-05-231-1/+1
|
* Merge pull request #63 from Alex-Humphreys/masterMathias Bynens2012-05-211-1/+1
|\ | | | | .aliases: Make `pumpitup` set the volume to `7`, not `10`
| * Maximum set volume is 7, not 10Alex Humphreys2012-05-211-1/+1
|/ | | | | | See: http://docs.info.apple.com/article.html?path=AppleScript/2.1/en/as213.ht ml
* .osx: Remove the “disable reopen windows when logging back in” commandMathias Bynens2012-05-161-8/+0
| | | | This behavior was fixed in OS X 10.7.4, and the previous solution was a hack anyway.
* Merge pull request #62 from richo/patch-1Mathias Bynens2012-05-161-2/+4
|\ | | | | .osx: Disable the “disable reopen windows when logging back in” option by default now that OS X 10.7.4 fixes it
| * Comment out change of "Open windows on startup", OSX 10.7.4 introduces this ↵Rich Healey2012-05-101-2/+4
|/ | | | by default
* .osx: Set the icon size of Dock items to 36 pixelsMathias Bynens2012-04-301-2/+2
|
* Merge pull request #57 from nurtext/patch-1Mathias Bynens2012-04-301-0/+3
|\ | | | | .osx: Set Dock icon size
| * Icon size of 48 pixels for dock itemsCedric Kastner2012-04-261-0/+3
| |
* | .osx: Clean up after commit 5b36bee8676dc8e800f68e3a559e102dcefcae36Mathias Bynens2012-04-301-7/+7
| |
* | Merge pull request #61 from ekinertac/masterMathias Bynens2012-04-301-1/+7
|\ \ | | | | | | .osx: Screenshot location and file format settings
| * | adding screenshot location and file formatekinertac2012-04-301-1/+7
|/ /
* | Merge pull request #59 from aristidesfl/patch-1Mathias Bynens2012-04-261-1/+1
|\ \ | |/ |/| | | | | .osx: Fix error thrown when resetting Launchpad in some conditions Fixes #56.
| * Fix error thrown when Reseting Launchpad in some conditions aristidesfl2012-04-271-1/+1
|/ | | | When multiple *.db files existed in ~/Library/Application Support/Dock/ , [ -e ~/Library/Application\ Support/Dock/*.db ] would throw an error.
* Merge pull request #55 from atdt/patch-1Mathias Bynens2012-04-251-3/+0
|\ | | | | .inputrc: Remove duplicate `show-all-if-ambiguous` setting
| * remove dupe config from .inputrc (compare lines 7-8)Ori Livneh2012-04-231-3/+0
|/
* .gitconfig: Make `git ca` remove deleted files, tooMathias Bynens2012-04-231-1/+1
|
* .brew: Disable `exiv2` and `imagemagick` by defaultMathias Bynens2012-04-161-2/+2
|
* .brew: Add `exiv2` and `imagemagick` (disabled by default)Mathias Bynens2012-04-161-3/+8
| | | | I have some others in my `brew ls` that I’ll probably add soon.
* .bash_profile: Add `killall` tab completion for common appsMathias Bynens2012-04-141-2/+2
|
* .osx: `killall` all affected appsMathias Bynens2012-04-141-1/+1
|
* .aliases: Better organizationMathias Bynens2012-04-121-3/+5
|
* Merge pull request #52 from wimleers/masterMathias Bynens2012-04-121-0/+3
|\ | | | | .aliases: Add `o`, `oo` and `l`
| * .aliases: More generally useful shortcutsWim Leers2012-04-121-0/+3
|/
* .osx: Prevent Time Machine from prompting to use new hard drives as backup ↵Mathias Bynens2012-04-121-0/+3
| | | | volume
* .osx: Add “focus follows mouse” commands for Terminal.app and X11 appsMathias Bynens2012-04-121-0/+5
| | | | I disabled (commented) these settings by default as I think it’s confusing that “focus follows mouse” works only for some apps. I’d rather have consistent, less confusing behavior across all apps, even if it’s not as useful.
* .osx: CleanupMathias Bynens2012-04-101-6/+2
|
* Merge pull request #50 from fruityth1ng/patch-1Mathias Bynens2012-04-101-0/+6
|\ | | | | .osx: Tweak Dock hide/show animation speed
| * # Shorten Dock show animation speed Herman van Boeijen2012-04-101-0/+6
|/ | | # Completely kill hide/show animation:
* .osx: Add hot cornersMathias Bynens2012-04-101-0/+11
|
* .osx: Make Trackpad settings more robustMathias Bynens2012-04-102-3/+8
| | | | Fixes #48.
* .bash_profile: Add tab completion for `killall SystemUIServer`Mathias Bynens2012-04-101-1/+4
|
* .osx: Group commands by typeMathias Bynens2012-04-101-84/+85
|
* .osx: Minor tweaksMathias Bynens2012-04-091-3/+3
|
* Merge pull request #49 from SomeWhores/masterMathias Bynens2012-04-091-0/+3
|\ | | | | .osx: Allow selecting text in QuickLook
| * Added line to add text selection to QuickLookDaniel Miedema2012-04-091-0/+3
|/ | | | | Created another entry for the ability to select text when viewing a document in QuickLook
* .osx: Disable the “add spacer to Dock” commands by defaultMathias Bynens2012-04-041-3/+5
|
* Merge pull request #47 from KeyboardCowboy5/patch-1Mathias Bynens2012-04-041-0/+3
|\ | | | | .osx: Add a spacer to the Dock
| * Added default to add a spacer to the dock.Chris Albrecht2012-04-041-0/+3
|/