Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stolen from @janmoesen’s https://github.com/janmoesen/tilde/blob/master/.bashrc: # This might seem backwards when you look at the "Bash startup files" reference # <http://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files> or # the "INVOCATION" section in the man page. However, my workflow typically is: # # * Open a terminal with four shells in tabs # * Edit code in Vim, and shell out using ":sh" # # The initial four shells are login shells, so they source ~/.bash_profile. # The shells spawned by Vim are not login shells, but they /are/ interactive. # They look for .bashrc, but not .bash_profile. Because they are interactive, # PS1 is set, so I know it is OK to run all the shell initialisation code. # # If I were to put the contents of ~/.bash_profile in ~/.bashrc and make the # former source the latter, I would have to wrap the entire contents of the # latter in a huge "if [ -n "$PS1" ]; then ... fi" block. That does not really # help readability, does it? # # The difference between a login shell and an interactive non-login shell is # moot for me, so I consider all interactive shells to be equal and wanting # the same treatment. # # If you're wondering what a non-interactive shell might be, i.e. when PS1 # might not be set, try this: # # ssh localhost 'echo "PS1: >$PS1<"' # | |||||
* | Looks like `IncludeDebugMenu` was replaced by `IncludeInternalDebugMenu` ↵ | Mathias Bynens | 2011-10-19 | 1 | -1/+1 | |
| | | | | recently. | |||||
* | .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 | |
|\ | | | | | | | | | * 'master' of github.com:mathiasbynens/dotfiles: Link to the issue tracker for suggestions. | |||||
| * | 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 ↵ | Mathias Bynens | 2011-10-08 | 1 | -1/+1 | |
| | | | | of just JSON URLs. | |||||
* | 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 | |
|\ | | | | | Execute bootstrap.sh from anywhere. Fixes #23. | |||||
| * | 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 ↵ | Mathias Bynens | 2011-09-29 | 1 | -3/+7 | |
| | | | | | | | | http://fronteers.nl/congres/2011/attendees.json` | |||||
* | | 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. | |||||
| * | | 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 ↵ | Mathias Bynens | 2011-09-25 | 1 | -4/+5 | |
| | | | | | | | | Adobe Illustrator CS5, so comment it out. | |||||
* | | 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 ↵ | Mathias Bynens | 2011-09-24 | 1 | -1/+1 | |
| | | | | | | | | Snow Leopard.) | |||||
* | | Use full PlistBuddy path instead of the alias, so `.osx` can be used ↵ | Mathias Bynens | 2011-09-24 | 1 | -1/+1 | |
| | | | | | | | | stand-alone. | |||||
* | | Disable Ping entirely. | Mathias Bynens | 2011-09-24 | 1 | -0/+3 | |
| | | ||||||
* | | Disable the Ping sidebar in iTunes. | Mathias Bynens | 2011-09-24 | 1 | -0/+3 | |
| | | ||||||
* | | Show item info below desktop icons. | Mathias Bynens | 2011-09-24 | 1 | -0/+3 | |
| | | ||||||
* | | Add PlistBuddy alias, because sometimes `defaults` just doesn’t cut it. | Mathias Bynens | 2011-09-24 | 1 | -0/+3 | |
| | | ||||||
* | | Disable the warning before emptying the Trash. | Mathias Bynens | 2011-09-23 | 1 | -0/+3 | |
| | | ||||||
* | | Disable the warning when changing a file extension. | Mathias Bynens | 2011-09-23 | 1 | -0/+3 | |
| | | ||||||
* | | Empty Trash securely by default. | Mathias Bynens | 2011-09-23 | 1 | -0/+3 | |
| | | ||||||
* | | Only use UTF-8 in Terminal.app. | Mathias Bynens | 2011-09-23 | 1 | -0/+3 | |
| | | ||||||
* | | Automatically hide and show the Dock. | Mathias Bynens | 2011-09-23 | 1 | -0/+3 | |
| | | ||||||
* | | Show remaining battery time; hide percentage. | Mathias Bynens | 2011-09-23 | 1 | -0/+4 | |
| | | ||||||
* | | Set a blazingly fast keyboard repeat rate. | Mathias Bynens | 2011-09-23 | 1 | -0/+3 | |
| | | ||||||
* | | Typo. | Mathias Bynens | 2011-09-23 | 1 | -1/+1 | |
| | | ||||||
* | | Enable tap to click (Trackpad). | Mathias Bynens | 2011-09-23 | 1 | -0/+3 | |
| | | ||||||
* | | Allow quitting Finder via ⌘ + Q; doing so will also hide desktop icons. | Mathias Bynens | 2011-09-22 | 1 | -0/+3 | |
| | | ||||||
* | | Show all filename extensions in Finder. (Can be set via Finder → ↵ | Mathias Bynens | 2011-09-22 | 1 | -0/+3 | |
| | | | | | | | | | | | | Preferences too.) Thanks for the pointer, @Lri! https://github.com/mathiasbynens/dotfiles/issues/5#issuecomment-2162323 | |||||
* | | Add `emptytrash` alias. | Mathias Bynens | 2011-09-21 | 1 | -0/+3 | |
| | | ||||||
* | | Map bottom right Trackpad corner to secondary click (right-click). | Mathias Bynens | 2011-09-21 | 1 | -0/+4 | |
| | | ||||||
* | | Require password immediately after sleep or screen saver begins. (Can also ↵ | Mathias Bynens | 2011-09-21 | 1 | -0/+4 | |
| | | | | | | | | be set via System Preferences → Security & Privacy → General.) | |||||
* | | Use `NSGlobalDomain` instead of `-g`. | Mathias Bynens | 2011-09-20 | 1 | -4/+4 | |
| | | ||||||
* | | Always show scrollbars. | Mathias Bynens | 2011-09-20 | 1 | -0/+3 | |
| | |