aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* .wgetrc: Remove the `local_encoding` setting for nowMathias Bynens2012-03-221-1/+4
* .wgetrc: Remove the `iri` commandMathias Bynens2012-03-211-3/+0
* .screenrc: Initial commitMathias Bynens2012-03-191-0/+2
* .wgetrc: Initial commitMathias Bynens2012-03-191-0/+38
* .functions: Add `gurl` function for gzip-enabled `curl`Mathias Bynens2012-03-151-0/+5
* .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
* .inputrc: Don’t prompt when autocompleting unless there are over 500 possib...Mathias Bynens2012-03-021-0/+3
* README: Add @necolas and @tejrMathias Bynens2012-02-291-0/+2
* .bash_profile: TweaksMathias Bynens2012-02-271-0/+6
* .osx: Tweak some more hidden preferencesMathias Bynens2012-02-241-5/+19
* .osx: Enable snap-to-grid for desktop iconsMathias Bynens2012-02-221-0/+3
* .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
* .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` to make it...Chris Lee2012-02-081-1/+1
|/
* .aliases: Make `emptytrash` clear Apple System LogsMathias Bynens2012-02-081-1/+2
* Add .gvimrc and gVim-specific color schemeMathias Bynens2012-02-072-0/+139
* Add `urlencode` aliasMathias Bynens2012-02-071-7/+10
* .vimrc: Tabs, not spacesMathias Bynens2012-01-271-4/+4
* Merge pull request #40 from paulirish/mathiasMathias Bynens2012-01-271-4/+8
|\
| * nerfing .vimrc's setrelativenumber and undodir options in case of older vim v...Paul Irish2012-01-271-4/+8
|/
* .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 PA...Mathias Bynens2012-01-261-2/+2
* .bash_prompt: Add screenshot URLMathias Bynens2012-01-241-0/+1
* README: Tweak the part about ~/.extraMathias Bynens2012-01-241-0/+7
* README: Clarify that it doesn’t matter where the repository is cloned, and ...Mathias Bynens2012-01-231-0/+15
* .osx: Enable iTunes track notifications in the DockMathias Bynens2012-01-231-0/+3
* `server` function: Serve everything as UTF-8Mathias Bynens2012-01-091-1/+2
* .gitignore: Add more OS-specific hidden filesMathias Bynens2012-01-051-1/+11
* Merge pull request #37 from kitcambridge/patch-1Mathias Bynens2012-01-051-1/+1
|\
| * `.osx`: Restart the `SystemUIServer` and suppress `kill` output.Kit Cambridge2012-01-041-1/+1
|/
* Better `json` functionMathias Bynens2012-01-022-3/+1
* README: List files while untarringMathias Bynens2012-01-021-1/+1
* Include .vim directory and subdirectoriesMathias Bynens2012-01-026-1/+284
* Serve unknown file types as UTF-8, as suggested by @janmoesenMathias Bynens2012-01-021-1/+1
* Use `tar -z` explicitlyMathias Bynens2012-01-021-1/+1
* README: Add Git-less installation instructionsMathias Bynens2012-01-021-6/+23
* `server` function: Set the default Content-Type to `text/plain` instead of `a...Mathias Bynens2011-12-311-1/+3
* README: Document the -f/--force option for bootstrap.shMathias Bynens2011-12-311-0/+6
* `server`: Use parameter expansion instead of a fake ternaryMathias Bynens2011-12-311-2/+1