Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .vimrc: Respect modeline by default | David Hong | 2012-07-12 | 1 | -2/+5 | |
| | ||||||
* | .osx: Show hidden files by default in Finder | Mathias Bynens | 2012-07-12 | 1 | -0/+3 | |
| | | | | | I’ve had the `show` and `hide` aliases for ages, but since I use `show` as the default setting, it makes sense to include it in `.osx` as well. | |||||
* | .bash_prompt: Tweak `$PS2` | Mathias Bynens | 2012-07-11 | 1 | -1/+2 | |
| | ||||||
* | Remove the feature tests for Bash 4 features and just fail silently | Mathias Bynens | 2012-07-05 | 1 | -4/+1 | |
| | | | | Hat tip: @svnpenn. | |||||
* | Enable some Bash 4 features when possible: | Mathias Bynens | 2012-07-02 | 1 | -0/+10 | |
| | | | | | - `autocd` - Recursive globbing | |||||
* | .osx: Disable the iTunes arrow links completely | Mathias Bynens | 2012-07-02 | 1 | -2/+5 | |
| | ||||||
* | .osx: Make iTunes arrows go to your library by default (rather than the ↵ | Kevin Lawler | 2012-07-02 | 1 | -0/+3 | |
| | | | | iTunes Store) | |||||
* | README: Mention `.brew` | Mathias Bynens | 2012-07-02 | 1 | -0/+8 | |
| | | | | Ref. #83. | |||||
* | .osx: Explicitly enable swipe between pages | Mathias Bynens | 2012-06-28 | 1 | -0/+1 | |
| | | | | Ref #80. | |||||
* | .brew: Install GNU core utilities (those that come with OS X are outdated) | Mathias Bynens | 2012-06-27 | 1 | -0/+7 | |
| | ||||||
* | .brew: Install a recent version of `grep` | Mathias Bynens | 2012-06-27 | 1 | -0/+7 | |
| | ||||||
* | .osx: Speed up Mission Control animations | Mathias Bynens | 2012-06-27 | 1 | -0/+3 | |
| | | | | Note that I don’t completely disable the animation, as that results in a very unpleasant effect. | |||||
* | .osx: Disable automatic termination of inactive apps | Mathias Bynens | 2012-06-27 | 1 | -0/+3 | |
| | ||||||
* | .osx: Enable the debug menu in Disk Utility | Mathias Bynens | 2012-06-27 | 1 | -1/+4 | |
| | ||||||
* | .aliases: Update to `stat` v8.17 (GNU coreutils) | Mathias Bynens | 2012-06-27 | 1 | -1/+1 | |
| | ||||||
* | .osx: Minor formatting tweak | Mathias Bynens | 2012-06-27 | 1 | -5/+7 | |
| | ||||||
* | .osx: Group commands in categories | Mathias Bynens | 2012-06-27 | 1 | -70/+113 | |
| | ||||||
* | .osx: Enable swipe between pages with three fingers | Mathias Bynens | 2012-06-27 | 1 | -3/+6 | |
| | | | | Ref. #80. Thanks to @Lri for the help. | |||||
* | .osx: Fix typo | Shawn Jonnet | 2012-06-26 | 1 | -1/+1 | |
| | ||||||
* | .osx: Disable “natural” (Lion-style) scrolling | Mathias Bynens | 2012-06-26 | 1 | -0/+3 | |
| | ||||||
* | .osx: Set language and text formats | Mathias Bynens | 2012-06-26 | 1 | -0/+8 | |
| | ||||||
* | .bash_profile: Load `.extra` last, allowing it to override any previous settings | user996015 | 2012-06-21 | 1 | -2/+2 | |
| | ||||||
* | .hgignore: Initial commit | Mathias Bynens | 2012-06-19 | 1 | -0/+17 | |
| | ||||||
* | .gitignore: Ignore compiled Python files | Mathias Bynens | 2012-06-19 | 1 | -0/+3 | |
| | ||||||
* | .vimrc: Fix typo in comment | Shawn Jonnet | 2012-06-17 | 1 | -1/+1 | |
| | ||||||
* | .vimrc: Explicitly allow the use of backspace in insert mode | Mathias Bynens | 2012-06-17 | 1 | -0/+2 | |
| | ||||||
* | .bash_profile: Add tab completion for many more commands | Mathias Bynens | 2012-06-17 | 1 | -1/+4 | |
| | ||||||
* | .aliases: Add `h` (`history`) and `j` (`jobs`) | user996015 | 2012-06-14 | 1 | -0/+2 | |
| | ||||||
* | .aliases: Add `....` and `.....` | user996015 | 2012-06-14 | 1 | -1/+3 | |
| | ||||||
* | Add .hushlogin | Mathias Bynens | 2012-06-14 | 1 | -0/+4 | |
| | | | | | | | The mere presence of this file in the home directory disables the system copyright notice, the date and time of the last login, the message of the day as well as other information that may otherwise appear on login. See `man login`. | |||||
* | .vimrc: Use the OS clipboard by default | Mathias Bynens | 2012-06-08 | 1 | -0/+2 | |
| | ||||||
* | .gitconfig: Tweak `ca` alias | Mathias Bynens | 2012-06-05 | 1 | -1/+1 | |
| | | | | Thanks to @necolas! https://github.com/mathiasbynens/dotfiles/commit/15d4c9583d66be40a497706134b637e8c1f10ae6#commitcomment-1416521 | |||||
* | .gitconfig: Show the diff when writing a commit message | Mathias Bynens | 2012-06-04 | 1 | -1/+1 | |
| | | | | Thanks to @miketaylr: http://twitter.com/miketaylr/status/209688450868326400 | |||||
* | .gitconfig: Add `tags`, `branches` and `remotes` aliases | Mathias Bynens | 2012-06-04 | 1 | -0/+4 | |
| | ||||||
* | .functions: Add `gz` function to get gzipped file size | Paul Irish | 2012-05-31 | 1 | -0/+8 | |
| | ||||||
* | Merge pull request #67 from nikolavp/patch-1 | Mathias Bynens | 2012-05-29 | 1 | -3/+0 | |
|\ | | | | | Remove one of the configs | |||||
| * | Update .inputrc | nikolavp | 2012-05-29 | 1 | -3/+0 | |
|/ | ||||||
* | .gitconfig: Add `credit` alias to quickly change the author of the latest commit | Mathias Bynens | 2012-05-23 | 1 | -0/+2 | |
| | | | | Inspired by @holman’s https://github.com/holman/dotfiles/blob/master/bin/git-credit. | |||||
* | .aliases: Make `ips` show IPv6 addresses as well | Rich Healey | 2012-05-23 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #63 from Alex-Humphreys/master | Mathias Bynens | 2012-05-21 | 1 | -1/+1 | |
|\ | | | | | .aliases: Make `pumpitup` set the volume to `7`, not `10` | |||||
| * | Maximum set volume is 7, not 10 | Alex Humphreys | 2012-05-21 | 1 | -1/+1 | |
|/ | | | | | | See: http://docs.info.apple.com/article.html?path=AppleScript/2.1/en/as213.ht ml | |||||
* | .osx: Remove the “disable reopen windows when logging back in” command | Mathias Bynens | 2012-05-16 | 1 | -8/+0 | |
| | | | | This behavior was fixed in OS X 10.7.4, and the previous solution was a hack anyway. | |||||
* | Merge pull request #62 from richo/patch-1 | Mathias Bynens | 2012-05-16 | 1 | -2/+4 | |
|\ | | | | | .osx: Disable the “disable reopen windows when logging back in” option by default now that OS X 10.7.4 fixes it | |||||
| * | Comment out change of "Open windows on startup", OSX 10.7.4 introduces this ↵ | Rich Healey | 2012-05-10 | 1 | -2/+4 | |
|/ | | | | by default | |||||
* | .osx: Set the icon size of Dock items to 36 pixels | Mathias Bynens | 2012-04-30 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #57 from nurtext/patch-1 | Mathias Bynens | 2012-04-30 | 1 | -0/+3 | |
|\ | | | | | .osx: Set Dock icon size | |||||
| * | Icon size of 48 pixels for dock items | Cedric Kastner | 2012-04-26 | 1 | -0/+3 | |
| | | ||||||
* | | .osx: Clean up after commit 5b36bee8676dc8e800f68e3a559e102dcefcae36 | Mathias Bynens | 2012-04-30 | 1 | -7/+7 | |
| | | ||||||
* | | Merge pull request #61 from ekinertac/master | Mathias Bynens | 2012-04-30 | 1 | -1/+7 | |
|\ \ | | | | | | | .osx: Screenshot location and file format settings | |||||
| * | | adding screenshot location and file format | ekinertac | 2012-04-30 | 1 | -1/+7 | |
|/ / |