aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* .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
* Use double quotes more consistently.Mathias Bynens2011-10-221-2/+2
* Prefer US English and use UTF-8.Mathias Bynens2011-10-221-0/+4
* Steal some nifty aliases from @janmoesen/tilde.Mathias Bynens2011-10-221-1/+12
* Steal some `.inputrc` goodies from @janmoesen/tilde.Mathias Bynens2011-10-221-1/+39
* Use `hd` alias for canonical hex dump. Thanks, @janmoesen!Mathias Bynens2011-10-221-0/+3
* Don’t source .bash_profile when PS1 is not set (for non-interactive shells). Mathias Bynens2011-10-221-1/+1
* Looks like `IncludeDebugMenu` was replaced by `IncludeInternalDebugMenu` rece...Mathias Bynens2011-10-191-1/+1
* .vimrc: Make tabs as wide as two spaces.Mathias Bynens2011-10-191-1/+3
* Merge branch 'master' of github.com:mathiasbynens/dotfilesMathias Bynens2011-10-171-1/+1
|\
| * Link to the issue tracker for suggestions.Mathias Bynens2011-10-141-1/+1
* | Add .vimrc, heavily based on the one @gf3 uses. Fixes #4.Mathias Bynens2011-10-171-0/+62
|/
* Sexier file sourcing.Mathias Bynens2011-10-141-3/+4
* Add a link to @janmoesen’s tilde repository.Mathias Bynens2011-10-141-1/+1
* Make the `json()` function more generic by allowing any JSON string instead o...Mathias Bynens2011-10-081-1/+1
* Add a more convenient `whois` alias.Mathias Bynens2011-10-051-0/+1
* Typo.Mathias Bynens2011-09-291-1/+1
* Merge pull request #26 from matijs/masterMathias Bynens2011-09-291-0/+2
|\
| * Undid some silly mistakes and made the script more simplerderMatijs Brinkhuis2011-09-281-5/+3