aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove old `server` aliasMathias Bynens2011-12-311-3/+0
* Replace the `server` alias with a function that optionally takes an argument ...Mathias Bynens2011-12-312-0/+9
* Allow running bootstrap.sh with a --force or -f optionMathias Bynens2011-12-291-4/+12
* Create .vim/{backups,swaps,undo} directories if they don’t existMathias Bynens2011-12-291-0/+1
* Make `emptytrash` empty the trash for mounted external volumes tooMathias Bynens2011-12-291-2/+2
* Allow piping to the `json` functionMathias Bynens2011-12-281-2/+10
* Use tabs instead of double-space indentsMathias Bynens2011-12-286-45/+49
* Add `unidecode` functionMathias Bynens2011-12-281-0/+6
* Add `escape` function which escapes UTF-8 characters into their 3-byte formatMathias Bynens2011-12-271-0/+7
* Move disabled QuickLook fix to the bottomMathias Bynens2011-12-221-4/+4
* .vimrc: Centralize backups, swapfiles and undo historyMathias Bynens2011-12-221-0/+4
* Add a link to cowboy/dotfilesMathias Bynens2011-12-211-0/+1
* Add some more commands to `$HISTIGNORE`.Mathias Bynens2011-11-181-1/+1
* Merge pull request #29 from danawoodman/patch-1Mathias Bynens2011-11-171-3/+0
|\
| * Removing duplicate `set mark-symlinked-directories on` settings.Dana Woodman2011-11-171-3/+0
|/
* .vimrc: add `set wildmenu` for better command-line completion. Thanks, @alrra!Mathias Bynens2011-11-161-0/+2
* Make `cleanup` list the files it deletes. Kind of like how `rm -v` works.Mathias Bynens2011-10-231-1/+1
* Add `cleanup` alias, which recursively deletes `.DS_Store` files. Useful for ...Mathias Bynens2011-10-221-0/+3
* Clarify Dropbox icon comment.Mathias Bynens2011-10-221-1/+1
* Remove the green checkmark icons in Dropbox.Mathias Bynens2011-10-221-0/+5