Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bin: Add `subl` symbolic link | Mathias Bynens | 2012-08-10 | 1 | -0/+1 | |
| | ||||||
* | .osx: Use list view in all Finder windows by default | Mathias Bynens | 2012-08-08 | 1 | -0/+4 | |
| | | | | http://superuser.com/questions/320955/forcing-lion-finder-to-open-in-list-view#comment345957_320955 | |||||
* | README: Add example `~/.path` file | Mathias Bynens | 2012-08-08 | 1 | -1/+7 | |
| | ||||||
* | .bash_profile: Update `killall` Tab completion for OS X 10.8 | Nicolae Vartolomei | 2012-08-07 | 2 | -2/+2 | |
| | ||||||
* | .functions: Add `phpserver` | Sindre Sorhus | 2012-08-07 | 1 | -0/+9 | |
| | | | | Ref. #116. | |||||
* | .functions: Make `dataurl` more generic | Cãtãlin Mariş | 2012-08-07 | 1 | -3/+7 | |
| | ||||||
* | .bash_profile: Fix typo | Mathias Bynens | 2012-08-07 | 1 | -1/+1 | |
| | | | | Only source `~/.extra` once. | |||||
* | .bash_profile: Source `~/.path` before and `~/.extra` after all the other ↵ | Mathias Bynens | 2012-08-06 | 2 | -3/+10 | |
| | | | | dotfiles | |||||
* | .aliases: Use `command -v` instead of `type -t` | thibault milan | 2012-08-06 | 1 | -2/+2 | |
| | | | | | | `type -t` is not as portable (i.e., not in POSIX) as `command -v`, and `command -v` also takes aliases and functions into account. Ref. #109. | |||||
* | .osx: Update some iTunes tweaks to work with iTunes 10.6.3 | Mathias Bynens | 2012-08-06 | 1 | -5/+2 | |
| | | | | Ref. #114. Thanks to @mourawaldson for the heads-up! | |||||
* | .osx: Add a note saying that the iCal debug menu tweak doesn’t work in OS ↵ | Mathias Bynens | 2012-08-06 | 1 | -1/+1 | |
| | | | | | | X 10.8 Ref. #113. | |||||
* | .osx: Remove the iTunes track notifications tweak | Mathias Bynens | 2012-08-04 | 1 | -3/+0 | |
| | | | | | | It crashes the Dock in OS X 10.7.4 and doesn’t work in OS X 10.8 anyway. Ref. https://github.com/mathiasbynens/dotfiles/commit/45c1bced7371b93a49f884bc6fe868571fe94402#commitcomment-1671603. | |||||
* | .functions: Rename `md` to `mkd` now that OS X 10.8 has an utility named `md` | Vasyl Nakvasiuk | 2012-08-04 | 1 | -1/+1 | |
| | ||||||
* | .osx: Add a note about the iTunes track notifications in OS X 10.8 | Mathias Bynens | 2012-08-04 | 1 | -1/+1 | |
| | ||||||
* | .osx: Kill the affected applications by their new OS X 10.8 names as well | Mathias Bynens | 2012-08-03 | 1 | -1/+2 | |
| | | | | E.g. by killing both iCal and Calendar we support pre-OS X 10.8 and OS X 10.8 itself. | |||||
* | .osx: Ask for the administrator password upfront | Mathias Bynens | 2012-08-03 | 1 | -3/+11 | |
| | | | | | | Use @cowboy’s `sudo` keep-alive snippet (https://gist.github.com/3118588) to continuously update the existing `sudo` time stamp until `.osx` has finished running. | |||||
* | .osx: Reveal IP address, hostname, OS version, etc. when clicking the clock ↵ | Mathias Bynens | 2012-08-02 | 1 | -1/+6 | |
| | | | | in the login window | |||||
* | .osx: Add the keyboard shortcut ⌘ + Enter to send an email in Mail.app | Mathias Bynens | 2012-08-02 | 1 | -1/+4 | |
| | ||||||
* | .aliases: Make `fs` work with both GNU `stat` and OS X `stat` | Dominik Porada | 2012-08-01 | 1 | -1/+7 | |
| | ||||||
* | .osx: Explain how to use the ⌘ + F iTunes hack with other system languages | Mathias Bynens | 2012-08-01 | 1 | -0/+3 | |
| | | | | Thanks to @renaudleo for this discovery. | |||||
* | .functions: Add `note` and `remind` | Sindre Sorhus | 2012-07-31 | 1 | -5/+43 | |
| | | | | | | `note` quickly adds a note to Notes.app, and `remind` adds a reminder to — you guessed it — Reminders.app. Both applications are available on OS X 10.8. Note that in order for `note` to work, iCloud sync must be enabled for Notes.app. | |||||
* | .aliases: Add `mergepdf` alias that concatenates PDF files | Oliver Schrenk | 2012-07-31 | 1 | -0/+4 | |
| | | | | Credit goes to Fritz Stelluto: http://blog.gotofritz.net/howto/joining-pdf-files-in-os-x-from-the-command-line/. | |||||
* | .osx: Don’t group windows by application in Mission Control | Mathias Bynens | 2012-07-31 | 1 | -2/+3 | |
| | | | | This makes it use the old Exposé behavior instead. | |||||
* | .brew: Remove outdated versions from the cellar | Mathias Bynens | 2012-07-31 | 1 | -1/+4 | |
| | ||||||
* | .osx: Allow hitting the Backspace key to go to the previous page in ↵ | Mathias Bynens | 2012-07-30 | 1 | -0/+3 | |
| | | | | Safari’s history | |||||
* | .osx: Use a modified version of the Pro theme in Terminal.app | Mathias Bynens | 2012-07-30 | 2 | -3/+237 | |
| | ||||||
* | .brew: Fix typo | Mathias Bynens | 2012-07-30 | 1 | -1/+1 | |
| | | | | Thanks to @oschrenk for the heads up on https://github.com/mathiasbynens/dotfiles/commit/8a79072feb638ab964f4ba6385551be4e7ae3edf#commitcomment-164452. | |||||
* | .functions: Add `unquarantine` which force-removes a downloaded app or file ↵ | Mathias Bynens | 2012-07-29 | 1 | -0/+7 | |
| | | | | | | from the quarantine Thanks to @jasomill on Hacker News: http://news.ycombinator.com/item?id=4307379. | |||||
* | .aliases: Add `ios` alias to launch iOS Simulator | porada | 2012-07-29 | 1 | -0/+3 | |
| | ||||||
* | .osx: Enable HiDPI display modes without using Quartz Debug | porada | 2012-07-29 | 1 | -0/+3 | |
| | ||||||
* | .aliases: Add `lscleanup` alias that cleans up LaunchServices | porada | 2012-07-29 | 1 | -0/+3 | |
| | | | | This removes duplicates in the “Open With” menu. | |||||
* | .brew: Install GNU Find Utilities, `g`-prefixed | Mathias Bynens | 2012-07-29 | 1 | -0/+2 | |
| | | | | Thanks to @jacobj and @olov for the suggestion. | |||||
* | .osx: Add commented out command to disable smooth scrolling | Mathias Bynens | 2012-07-29 | 1 | -0/+4 | |
| | | | | This is only really useful on older Macs that mess up the animation. | |||||
* | .osx: Enable the Develop Menu and the Web Inspector in Safari | Mathias Bynens | 2012-07-28 | 1 | -0/+5 | |
| | ||||||
* | .osx: Use the Pro theme by default in Terminal.app | Mathias Bynens | 2012-07-27 | 1 | -0/+4 | |
| | ||||||
* | .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 ;) |