aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .exports: Highlight (color-code) section titles in manual pagesMathias Bynens2012-04-032-0/+10
|
* .osx: Enable the debug menu in iCal and Address BookMathias Bynens2012-04-031-0/+6
| | | | Thanks to @3vincent. See issue #5: https://github.com/mathiasbynens/dotfiles/issues/5#issuecomment-4896967
* .osx: Remove the auto-hiding Dock delayMathias Bynens2012-04-021-0/+3
|
* Merge pull request #46 from jessejlt/patch-1Mathias Bynens2012-03-311-0/+1
|\ | | | | .aliases: Add `s` alias to open the current directory in Sublime Text
| * TextMate is awesome, but it would be nice to have a SublimeText alias, too. Jesse Thompson2012-03-311-0/+1
|/
* .osx: Fix typo in the Dock spring loading tweakMathias Bynens2012-03-311-1/+1
|
* .osx: Copy email addresses as `foo@example.com` instead of `Foo Bar ↵Mathias Bynens2012-03-311-0/+3
| | | | | | <foo@example.com>` in Mail.app Thanks to @zmoazeni for the suggestion.
* .osx: Show status bar in FinderMathias Bynens2012-03-311-0/+3
|
* .functions: Minor comment tweaksMathias Bynens2012-03-281-1/+1
|
* Merge pull request #44 from pkruithof/patch-1Mathias Bynens2012-03-281-0/+6
|\ | | | | | | | | | | | | | | .functions: Add `codepoint` function $ codepoint € U+20AC $ codepoint ð U+00F0
| * Added newline after codepointPeter Kruithof2012-03-281-1/+2
| |
| * Added codepoint functionPeter Kruithof2012-03-281-0/+5
|/
* .aliases: Add `update` aliasMathias Bynens2012-03-261-0/+3
|
* .aliases: Enable sudo with aliasesMathias Bynens2012-03-251-0/+3
| | | | | | @janmoesen explains it here: https://github.com/janmoesen/tilde/commit/805e8117fd0fb429055d280509e14be8427c226b http://www.gnu.org/software/bash/manual/bashref.html#Aliases says: “If the last character of the alias value is a space or tab character, then the next command word following the alias is also checked for alias expansion.”
* .functions: Alias `diff` to `git diff` when availableMathias Bynens2012-03-231-0/+8
|
* Make .brew executableMathias Bynens2012-03-221-0/+0
|
* .brew: Initial commitMathias Bynens2012-03-221-0/+20
|
* .functions: Add `dataurl` functionMathias Bynens2012-03-221-0/+5
| | | | Based on @lri’s http://lri.me/profile.
* .wgetrc: Remove the `local_encoding` setting for nowMathias Bynens2012-03-221-1/+4
| | | | Is it possible to conditionally configure a wget setting, only if it’s supported by the current wget build? http://unix.stackexchange.com/q/34730/6040
* .wgetrc: Remove the `iri` commandMathias Bynens2012-03-211-3/+0
| | | | It’s enabled by default on builds that support it, and setting in other builds throws an error.
* .screenrc: Initial commitMathias Bynens2012-03-191-0/+2
| | | | Inspired by @janmoesen’s .screenrc.
* .wgetrc: Initial commitMathias Bynens2012-03-191-0/+38
| | | | Disclaimer: most of these settings have been stolen from @janmoesen’s extremely well-commented .wgetrc.
* .functions: Add `gurl` function for gzip-enabled `curl`Mathias Bynens2012-03-151-0/+5
| | | | Inspired by @bluesmoon: http://twitter.com/bluesmoon/status/179982379098710017
* .osx: Disable the “reopen windows when logging back in” optionMathias Bynens2012-03-151-0/+5
|
* .gitconfig: Use `origin` as the default remote on the `master` branchMathias Bynens2012-03-131-0/+5
| | | | | | Apparently there are cases where this is not the default: http://stackoverflow.com/q/658885/96656 Hat tip to @cowboy.
* .inputrc: Don’t prompt when autocompleting unless there are over 500 ↵Mathias Bynens2012-03-021-0/+3
| | | | | | possible completions See http://blog.sanctum.geek.nz/lazier-tab-completion/.
* README: Add @necolas and @tejrMathias Bynens2012-02-291-0/+2
|
* .bash_profile: TweaksMathias Bynens2012-02-271-0/+6
| | | | | * Append to the Bash history file, rather than overwriting it * Autocorrect typos in path names when using `cd`
* .osx: Tweak some more hidden preferencesMathias Bynens2012-02-241-5/+19
| | | | Thanks to @Lri! Ref. #5.
* .osx: Enable snap-to-grid for desktop iconsMathias Bynens2012-02-221-0/+3
| | | | Ref. #5
* .gitconfig: Add `d` aliasMathias Bynens2012-02-191-0/+2
|
* .gitconfig: Add `c` alias which clones a repository including all submodulesMathias Bynens2012-02-161-0/+2
|
* .gitattributes: Add a comment explaining what `* text=auto` doesMathias Bynens2012-02-141-0/+1
|
* .gitconfig: Add `go` and `ca` aliasesMathias Bynens2012-02-141-0/+4
|
* .gitconfig: Add commentsMathias Bynens2012-02-141-3/+17
|
* Move `undopush` alias to `.gitconfig`, as suggested by @necolasMathias Bynens2012-02-142-3/+5
| | | | Also, add some other Git aliases while we’re at it.
* .osx: Make ⌘ + F focus the search input in iTunesMathias Bynens2012-02-131-0/+3
|
* .vimrc: Add some goodies found in @alrra’s dotfilesMathias Bynens2012-02-091-3/+15
|
* Merge pull request #42 from clee/patch-1Mathias Bynens2012-02-081-1/+1
|\ | | | | Shift the '-type f' argument before the '-name' argument in `find`
| * Shift the '-type f' argument before the '-name' argument in `find` to make ↵Chris Lee2012-02-081-1/+1
|/ | | | it more efficient.
* .aliases: Make `emptytrash` clear Apple System LogsMathias Bynens2012-02-081-1/+2
| | | | This results in a faster shell launch. I just deleted 5.1 MB of logs and my shell startup time went from about 3 seconds to 3 milliseconds (or so it feels).
* Add .gvimrc and gVim-specific color schemeMathias Bynens2012-02-072-0/+139
|
* Add `urlencode` aliasMathias Bynens2012-02-071-7/+10
| | | | Via http://twatlr.com/thread/166830178226540544.
* .vimrc: Tabs, not spacesMathias Bynens2012-01-271-4/+4
|
* Merge pull request #40 from paulirish/mathiasMathias Bynens2012-01-271-4/+8
|\ | | | | .vimrc: Use feature detection for new settings that aren’t available in hipster vims
| * nerfing .vimrc's setrelativenumber and undodir options in case of older vim ↵Paul Irish2012-01-271-4/+8
|/ | | | version
* .aliases: Use `sudo` to empty local trash as wellMathias Bynens2012-01-271-1/+1
|
* .bash_profile: Be sure to source `.bash_prompt` first, in case it sets the ↵Mathias Bynens2012-01-261-2/+2
| | | | PATH and subsequent dotfiles rely on it
* .bash_prompt: Add screenshot URLMathias Bynens2012-01-241-0/+1
|
* README: Tweak the part about ~/.extraMathias Bynens2012-01-241-0/+7
|