Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .functions: Attempt to make `server` open the browser *after* the server has ↵ | Mathias Bynens | 2012-07-27 | 1 | -1/+1 | |
| | | | | started | |||||
* | .osx: Hide Safari’s bookmarks bar by default | Mathias Bynens | 2012-07-27 | 1 | -0/+3 | |
| | ||||||
* | .osx: Group windows by application in Mission Control | Mathias Bynens | 2012-07-27 | 1 | -0/+3 | |
| | ||||||
* | .osx: Don’t show Dashboard as a Space | Mathias Bynens | 2012-07-27 | 1 | -0/+3 | |
| | ||||||
* | .osx: Set computer name | Mathias Bynens | 2012-07-27 | 1 | -1/+6 | |
| | ||||||
* | .osx: Add more Finder settings for icons on the desktop and in icon views | Mathias Bynens | 2012-07-26 | 1 | -2/+16 | |
| | ||||||
* | .osx: Show icons for hard drives, servers, and removable media on the desktop | Mathias Bynens | 2012-07-26 | 1 | -0/+6 | |
| | ||||||
* | .bash_profile: Source `~/.extra` before the other dotfiles | Mathias Bynens | 2012-07-26 | 1 | -2/+2 | |
| | | | | This is needed in case `$PATH` is expanded in `~/.extra`. | |||||
* | .aliases: Make `update` update `npm` and its installed packages as well | Mathias Bynens | 2012-07-26 | 1 | -2/+2 | |
| | ||||||
* | .osx: Add Twitter.app settings | Mathias Bynens | 2012-07-26 | 1 | -1/+26 | |
| | ||||||
* | .osx: Comment out the line that enables the 2D Dock | Mathias Bynens | 2012-07-26 | 1 | -1/+1 | |
| | | | | I’ll try out the new frost glass Mountain Lion Dock for a while. | |||||
* | .osx: Hide the useless Time Machine and Volume icons | Mathias Bynens | 2012-07-26 | 1 | -0/+3 | |
| | | | | | | Fun fact — this is what the OS X Mountain Lion menu bar looks like with all the menu extras (/System/Library/CoreServices/Menu Extras) enabled: http://i.imgur.com/DHTuw.png | |||||
* | .aliases: Optimize the `ls` flavor detection even further | Jan Moesen | 2012-07-23 | 1 | -3/+3 | |
| | | | | Ref. #89. | |||||
* | .aliases: Optimize the way we detect the `ls` flavor | Mathias Bynens | 2012-07-23 | 1 | -4/+3 | |
| | | | | Follow-up to 4169a34df1783b6b0727a527b867cefecaa069b5. Thanks to @janmoesen! | |||||
* | .aliases: Detect which `ls` flavor is in use and use the appropriate flag ↵ | Mathias Bynens | 2012-07-22 | 1 | -4/+12 | |
| | | | | | | for colorized output Thanks to @divya for making me do this ;) | |||||
* | .aliases: Support colorized output for `ls` 8.17 only (GNU coreutils) | Mathias Bynens | 2012-07-19 | 1 | -9/+5 | |
| | ||||||
* | .brew: Install PHP 5.4 | Mathias Bynens | 2012-07-19 | 1 | -0/+2 | |
| | ||||||
* | .osx: Increase sound quality for Bluetooth headphones/headsets | Mathias Bynens | 2012-07-18 | 1 | -1/+4 | |
| | | | | | | This has the same effect as setting Bluetooth Explorer → Utilities → Special Options → Minimum bitpool to `40`. See http://scott.dier.name/2009/10/osx-snow-leopard-a2dp.html. | |||||
* | .vimrc: Enable per-directory `.vimrc` files | hongymagic | 2012-07-15 | 1 | -0/+3 | |
| | | | | Ref. #86. Thanks to @necolas for the suggestion. | |||||
* | .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 | |
| |