index
:
dotfiles/.git
master
:wrench: .files, including ~/.osx — sensible hacker defaults for OS X
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
README: Document the -f/--force option for bootstrap.sh
Mathias Bynens
2011-12-31
1
-0
/
+6
*
`server`: Use parameter expansion instead of a fake ternary
Mathias Bynens
2011-12-31
1
-2
/
+1
*
Remove old `server` alias
Mathias Bynens
2011-12-31
1
-3
/
+0
*
Replace the `server` alias with a function that optionally takes an argument ...
Mathias Bynens
2011-12-31
2
-0
/
+9
*
Allow running bootstrap.sh with a --force or -f option
Mathias Bynens
2011-12-29
1
-4
/
+12
*
Create .vim/{backups,swaps,undo} directories if they don’t exist
Mathias Bynens
2011-12-29
1
-0
/
+1
*
Make `emptytrash` empty the trash for mounted external volumes too
Mathias Bynens
2011-12-29
1
-2
/
+2
*
Allow piping to the `json` function
Mathias Bynens
2011-12-28
1
-2
/
+10
*
Use tabs instead of double-space indents
Mathias Bynens
2011-12-28
6
-45
/
+49
*
Add `unidecode` function
Mathias Bynens
2011-12-28
1
-0
/
+6
*
Add `escape` function which escapes UTF-8 characters into their 3-byte format
Mathias Bynens
2011-12-27
1
-0
/
+7
*
Move disabled QuickLook fix to the bottom
Mathias Bynens
2011-12-22
1
-4
/
+4
*
.vimrc: Centralize backups, swapfiles and undo history
Mathias Bynens
2011-12-22
1
-0
/
+4
*
Add a link to cowboy/dotfiles
Mathias Bynens
2011-12-21
1
-0
/
+1
*
Add some more commands to `$HISTIGNORE`.
Mathias Bynens
2011-11-18
1
-1
/
+1
*
Merge pull request #29 from danawoodman/patch-1
Mathias Bynens
2011-11-17
1
-3
/
+0
|
\
|
*
Removing duplicate `set mark-symlinked-directories on` settings.
Dana Woodman
2011-11-17
1
-3
/
+0
|
/
*
.vimrc: add `set wildmenu` for better command-line completion. Thanks, @alrra!
Mathias Bynens
2011-11-16
1
-0
/
+2
*
Make `cleanup` list the files it deletes. Kind of like how `rm -v` works.
Mathias Bynens
2011-10-23
1
-1
/
+1
*
Add `cleanup` alias, which recursively deletes `.DS_Store` files. Useful for ...
Mathias Bynens
2011-10-22
1
-0
/
+3
*
Clarify Dropbox icon comment.
Mathias Bynens
2011-10-22
1
-1
/
+1
*
Remove the green checkmark icons in Dropbox.
Mathias Bynens
2011-10-22
1
-0
/
+5
*
Use double quotes more consistently.
Mathias Bynens
2011-10-22
1
-2
/
+2
*
Prefer US English and use UTF-8.
Mathias Bynens
2011-10-22
1
-0
/
+4
*
Steal some nifty aliases from @janmoesen/tilde.
Mathias Bynens
2011-10-22
1
-1
/
+12
*
Steal some `.inputrc` goodies from @janmoesen/tilde.
Mathias Bynens
2011-10-22
1
-1
/
+39
*
Use `hd` alias for canonical hex dump. Thanks, @janmoesen!
Mathias Bynens
2011-10-22
1
-0
/
+3
*
Don’t source .bash_profile when PS1 is not set (for non-interactive shells).
Mathias Bynens
2011-10-22
1
-1
/
+1
*
Looks like `IncludeDebugMenu` was replaced by `IncludeInternalDebugMenu` rece...
Mathias Bynens
2011-10-19
1
-1
/
+1
*
.vimrc: Make tabs as wide as two spaces.
Mathias Bynens
2011-10-19
1
-1
/
+3
*
Merge branch 'master' of github.com:mathiasbynens/dotfiles
Mathias Bynens
2011-10-17
1
-1
/
+1
|
\
|
*
Link to the issue tracker for suggestions.
Mathias Bynens
2011-10-14
1
-1
/
+1
*
|
Add .vimrc, heavily based on the one @gf3 uses. Fixes #4.
Mathias Bynens
2011-10-17
1
-0
/
+62
|
/
*
Sexier file sourcing.
Mathias Bynens
2011-10-14
1
-3
/
+4
*
Add a link to @janmoesen’s tilde repository.
Mathias Bynens
2011-10-14
1
-1
/
+1
*
Make the `json()` function more generic by allowing any JSON string instead o...
Mathias Bynens
2011-10-08
1
-1
/
+1
*
Add a more convenient `whois` alias.
Mathias Bynens
2011-10-05
1
-0
/
+1
*
Typo.
Mathias Bynens
2011-09-29
1
-1
/
+1
*
Merge pull request #26 from matijs/master
Mathias Bynens
2011-09-29
1
-0
/
+2
|
\
|
*
Undid some silly mistakes and made the script more simplerder
Matijs Brinkhuis
2011-09-28
1
-5
/
+3
|
*
make it possible for bootstap.sh to be executed from wherever
Matijs Brinkhuis
2011-09-27
1
-1
/
+5
*
|
Add `json` function. Example usage: `json http://fronteers.nl/congres/2011/at...
Mathias Bynens
2011-09-29
1
-3
/
+7
*
|
Typo.
Mathias Bynens
2011-09-26
1
-1
/
+1
*
|
Fix .gitconfig formatting (use tabs instead of spaces).
Mathias Bynens
2011-09-26
1
-23
/
+23
*
|
Minor tweaks.
Mathias Bynens
2011-09-26
1
-3
/
+3
*
|
Merge pull request #25 from jrk/master
Mathias Bynens
2011-09-25
1
-0
/
+3
|
\
\
|
*
|
Enable subpixel font rendering on non-Apple LCDs
Jonathan Ragan-Kelley
2011-09-26
1
-0
/
+3
|
/
/
*
|
The fix for the UTF-8 bug in QuickLook causes problems when saving files in A...
Mathias Bynens
2011-09-25
1
-4
/
+5
*
|
Only reset Launchpad when it’s actually available. Fixes #24.
Mathias Bynens
2011-09-24
1
-1
/
+1
*
|
Check if `tmutil` is available before using it. (It’s not available on Snow...
Mathias Bynens
2011-09-24
1
-1
/
+1
[prev]
[next]