aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bin: Update to Bash 4.2.42Mathias Bynens2013-01-241-1/+1
|
* README: Update Lauri Ranta’s hidden preferences URLNizar Khalife Iglesias2013-01-141-1/+1
| | | | The previous URL now 404s.
* .osx: Clarify that the iTunes settings are for pre-iTunes 11 onlyPaul Dunahoo2013-01-061-1/+1
|
* .osx: Document the various values for Hot Corners settingsAndrowis Abumoussa2013-01-061-0/+10
|
* .osx: Remove the iTunes Ping settingsalrra2013-01-061-6/+0
| | | | Apple officially closed the iTunes Ping service on September 30th, 2012 (http://i.imgur.com/U7bHo.jpg).
* .bash_profile: Move the `LANG` & `LC_ALL` exports into `.exports`alrra2013-01-062-9/+11
|
* .functions: Add `calc`alrra2013-01-061-0/+18
|
* .osx: Show item info to the right of the icons on the desktopMathias Bynens2012-12-151-1/+4
|
* .aliases: Lowercase `com.apple.finder`Mathias Bynens2012-12-151-2/+2
| | | | Hat tip: @alrra.
* .functions: Make `gz` more awesomeNicolas Gallagher2012-12-081-5/+6
|
* .aliases: Add `map`Dominik Porada2012-12-031-0/+5
| | | | Ref. #157.
* .bash_prompt: Fix `parse_git_dirty` for Git v1.8.0+Mathias Bynens2012-11-231-1/+1
| | | | | | | Git 1.8.0+ says “nothing to commit (working directory clean)”. Older Git versions return “nothing to commit (working directory clean)”. Thanks to @nicolahery in #143 for the suggestion.
* .gitconfig: Set `push.default = simple`Mathias Bynens2012-11-191-1/+4
| | | | This will be the default in Git v2.
* bin: Update to Bash 4.2.39Mathias Bynens2012-11-191-1/+1
|
* .bash_prompt: Use `tput setaf 0` for whiteMathias Bynens2012-11-131-1/+1
| | | | | | Using `tput setaf 0` instead of `tput setaf 256` makes sure that `WHITE` is white instead of the previous color. Thanks to @rudolph9 for reporting this in #153.
* .osx: Add command to remove all Dock iconsMatijs Brinkhuis2012-11-131-0/+5
|
* README: Recommend sourcing the bootstrapperMathias Bynens2012-11-062-4/+4
| | | | Thanks to @svnpenn and @nvartolomei in https://github.com/mathiasbynens/dotfiles/commit/a77f4872f26d681a35cface9d6bcb4ad55fec752#commitcomment-2100022, and thanks to @janmoesen for the BASH_SOURCE pointer.
* .osx: Add Mac App Store sectionKevin Suttle2012-11-031-3/+10
| | | | | | | - Move existing command to new section - Add debug menu command Ref. #150.
* .aliases: Make `update` run `brew cleanup`Mathias Bynens2012-10-071-1/+1
| | | | | Thanks to @patrickkettner for the suggestion on Twitter: http://twitter.com/patrickkettner/statuses/254387082791903232
* .osx: Allow installing user scripts via Userscripts.orgMathias Bynens2012-09-231-3/+3
|
* .osx: Allow installing user scripts via GitHub or gistsMathias Bynens2012-09-221-0/+8
|
* .aliases: Make `update` update Ruby gems as wellMathias Bynens2012-09-181-2/+2
|
* .aliases: Add `dl`user9960152012-09-161-0/+1
| | | | Ref. #142.
* .aliases: Alias `sha1sum` if neededMax F. Albrecht2012-09-161-0/+3
| | | | Ref. #141.
* .osx: Consistency tweaksMathias Bynens2012-09-141-6/+6
|
* .aliases: Add `dt`user9960152012-09-141-0/+1
|
* .osx: Restart DashboardMathias Bynens2012-09-051-3/+3
|
* .osx: Correct symlink for iOS SimulatorKevin Suttle2012-09-041-2/+2
| | | | Ref. #135.
* .gitconfig: Explain `diff`-related aliasesMathias Bynens2012-09-011-1/+2
|
* .gitconfig: Tweak `diff` aliasesDominik Porada2012-08-311-1/+2
|
* .functions: Tweak `fs`Dominik Porada2012-08-311-2/+2
|
* .osx: Enable the WebKit Developer Tools in the Mac App StoreKevin Suttle2012-08-301-0/+3
| | | | | | More info here: http://osxdaily.com/2011/09/07/enable-element-inspector-mac-app-store/ Ref. #129.
* .osx: Check for software updates dailyMathias Bynens2012-08-291-0/+3
|
* .aliases: Add `gurl` for Gzip-enabled `curl`Mathias Bynens2012-08-272-5/+3
| | | | Ref. 1b3ed7a646de7a652f0596985af976a438e32aca.
* .gitconfig: Add `reb` aliasDominik Porada2012-08-271-0/+2
| | | | Stolen from https://github.com/porada/dotfiles/commit/05162b585b2e9cd6a92f12e1c61e1f5687104a17.
* .aliases: Remove `ios`Dominik Porada2012-08-261-3/+0
|
* .osx: Add iPhone Simulator.app to LaunchpadDominik Porada2012-08-261-0/+3
|
* .aliases: Make `flush` kill `mDNSResponder` as wellJohn F. Mercer2012-08-241-1/+1
| | | | Ref. #126 and http://support.apple.com/kb/HT5343.
* README: Link to @matijs/dotfiles instead of @matijs/homedirMathias Bynens2012-08-241-1/+1
|
* .functions: Add `fs`Dominik Porada2012-08-232-9/+14
| | | | | | …and remove the `fs` alias from `.aliases`. Ref. #125.
* .functions: Optimize `dataurl`Mathias Bynens2012-08-231-1/+1
| | | | Thanks to @lri: https://github.com/fin1te/dotfiles/commit/b8ce15ee91bc8658c27599347c376c30c6bfa1e1#commitcomment-1749202
* .osx: Prevent Safari from opening ‘safe’ files automatically after ↵Josh Parnham2012-08-161-0/+3
| | | | | | downloading Ref. #123.
* .aliases: Add `badge`Dominik Porada2012-08-151-0/+4
| | | | This rings the terminal bell, and — when using Terminal.app — puts a badge on its Dock icon. Screenshot: http://i.imgur.com/OtYdu.png
* .osx: Tweak formattingMathias Bynens2012-08-141-9/+9
|
* README: Credit LauriMathias Bynens2012-08-141-0/+1
|
* .osx: Save to disk (not to iCloud) by defaultMathias Bynens2012-08-141-0/+3
|
* .osx: Improve categorizationMathias Bynens2012-08-131-23/+32
|
* .osx: Hide `systemsetup` output when setting the timezoneMathias Bynens2012-08-131-1/+1
|
* .osx: Use `sudo` to set the NetBIOS nameMathias Bynens2012-08-131-1/+1
|
* README: Credit @ptbMathias Bynens2012-08-131-0/+1
|