Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bootstrap.sh: Pull from the master branch explicitly | Mathias Bynens | 2013-04-19 | 1 | -1/+1 | |
| | ||||||
* | .exports: Always enable colored `grep` output | Mathias Bynens | 2013-04-19 | 1 | -0/+3 | |
| | ||||||
* | .functions: Add `cdf` | Mathias Bynens | 2013-04-16 | 1 | -0/+5 | |
| | | | | `cdf` changes the working directory to the top-most Finder window location. Thanks to @sindresorhus and @paulirish! | |||||
* | .aliases: Add `week` | Mathias Bynens | 2013-04-16 | 1 | -1/+4 | |
| | | | | Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/312206490880589824 | |||||
* | Add .curlrc | Mathias Bynens | 2013-04-02 | 1 | -0/+4 | |
| | | | | Closes #152. | |||||
* | .functions: Print trailing newlines when not piping the output | Mathias Bynens | 2013-03-26 | 1 | -3/+12 | |
| | ||||||
* | .bash_profile: Autocomplete Grunt commands | Mathias Bynens | 2013-03-26 | 1 | -0/+3 | |
| | | | | Ref. https://github.com/gruntjs/grunt-cli#shell-tab-auto-completion | |||||
* | .osx: Set standby delay to 24 hours | Mathias Bynens | 2013-03-25 | 1 | -0/+3 | |
| | | | | Hat tip: http://www.ewal.net/2012/09/09/slow-wake-for-macbook-pro-retina/ | |||||
* | .gitconfig: Remove the destructive `undopush` alias | Mathias Bynens | 2013-03-17 | 1 | -2/+0 | |
| | ||||||
* | .brew: Install Lua 5.2 | Mathias Bynens | 2013-03-16 | 1 | -0/+3 | |
| | | | | I need this specific version to test the new `GotoStatement`s in Lua during http://mths.be/luamin development. | |||||
* | .osx: Fix typo | Mathias Bynens | 2013-03-12 | 1 | -1/+1 | |
| | ||||||
* | .osx: Set sidebar icon size to medium | Mathias Bynens | 2013-03-10 | 1 | -0/+3 | |
| | ||||||
* | .osx: Set highlight color to orange | Mathias Bynens | 2013-03-10 | 1 | -0/+3 | |
| | ||||||
* | .osx: Configure spring loading for directories | Oliver Schrenk | 2013-03-10 | 1 | -0/+6 | |
| | | | | Ref. #133. | |||||
* | .osx: Disable Dashboard | Rob Taylor | 2013-03-10 | 1 | -2/+5 | |
| | | | | Ref. #136. | |||||
* | .osx: Enable the MacBook Air SuperDrive on any Mac | inexion | 2013-03-10 | 1 | -0/+3 | |
| | | | | Ref. #146. | |||||
* | Use newlines at EOF consistently | Mathias Bynens | 2013-03-10 | 24 | -24/+24 | |
| | ||||||
* | .osx: Disable Notification Center | gydaniel@gmail.com | 2013-03-10 | 1 | -0/+3 | |
| | | | | | | This also removes the annoying menu bar icon. Ref. #168. | |||||
* | .bash_profile: Support hostname aliases defined in `~/.ssh/config` | Nate Ober | 2013-03-10 | 1 | -1/+1 | |
| | | | | | | | | | | | `~/.ssh/config` allows for the usage of hostname aliases, formatted as follows: Host first_alias second_alias third_alias HostName foo.example.com This change makes sure these aliases are parsed out individually and added to the autocomplete list. Ref. #178. | |||||
* | .osx: Add Notification Center value for hot corners | Kevin Suttle | 2013-03-09 | 1 | -0/+1 | |
| | | | | Ref. #187. | |||||
* | .osx: Show the path bar in Finder | Kevin Suttle | 2013-03-09 | 1 | -0/+3 | |
| | ||||||
* | .osx: Tweak language settings comment | bleen | 2013-03-09 | 1 | -1/+1 | |
| | | | | Fixes #189. | |||||
* | .functions: Improve `getcertnames` | Mathias Bynens | 2013-03-09 | 1 | -5/+5 | |
| | | | | | | Follow-up to 12bb9dac8ee7f4bcdf3e74fcbc0455a04be0211f. Many thanks to @dserodio! | |||||
* | .functions: Add `getcertnames` | Mathias Bynens | 2013-03-08 | 1 | -0/+34 | |
| | | | | | | This function shows all the names (CNs and SANs) listed in the SSL certificate for a given domain. As always, improvements and other feedback is welcome! | |||||
* | .osx: Fix typo | Matt Widmann | 2013-02-15 | 1 | -1/+1 | |
| | | | | Ref. #183. | |||||
* | bin: Update to Bash 4.2.42 | Mathias Bynens | 2013-01-24 | 1 | -1/+1 | |
| | ||||||
* | README: Update Lauri Ranta’s hidden preferences URL | Nizar Khalife Iglesias | 2013-01-14 | 1 | -1/+1 | |
| | | | | The previous URL now 404s. | |||||
* | .osx: Clarify that the iTunes settings are for pre-iTunes 11 only | Paul Dunahoo | 2013-01-06 | 1 | -1/+1 | |
| | ||||||
* | .osx: Document the various values for Hot Corners settings | Androwis Abumoussa | 2013-01-06 | 1 | -0/+10 | |
| | ||||||
* | .osx: Remove the iTunes Ping settings | alrra | 2013-01-06 | 1 | -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` | alrra | 2013-01-06 | 2 | -9/+11 | |
| | ||||||
* | .functions: Add `calc` | alrra | 2013-01-06 | 1 | -0/+18 | |
| | ||||||
* | .osx: Show item info to the right of the icons on the desktop | Mathias Bynens | 2012-12-15 | 1 | -1/+4 | |
| | ||||||
* | .aliases: Lowercase `com.apple.finder` | Mathias Bynens | 2012-12-15 | 1 | -2/+2 | |
| | | | | Hat tip: @alrra. | |||||
* | .functions: Make `gz` more awesome | Nicolas Gallagher | 2012-12-08 | 1 | -5/+6 | |
| | ||||||
* | .aliases: Add `map` | Dominik Porada | 2012-12-03 | 1 | -0/+5 | |
| | | | | Ref. #157. | |||||
* | .bash_prompt: Fix `parse_git_dirty` for Git v1.8.0+ | Mathias Bynens | 2012-11-23 | 1 | -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 Bynens | 2012-11-19 | 1 | -1/+4 | |
| | | | | This will be the default in Git v2. | |||||
* | bin: Update to Bash 4.2.39 | Mathias Bynens | 2012-11-19 | 1 | -1/+1 | |
| | ||||||
* | .bash_prompt: Use `tput setaf 0` for white | Mathias Bynens | 2012-11-13 | 1 | -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 icons | Matijs Brinkhuis | 2012-11-13 | 1 | -0/+5 | |
| | ||||||
* | README: Recommend sourcing the bootstrapper | Mathias Bynens | 2012-11-06 | 2 | -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 section | Kevin Suttle | 2012-11-03 | 1 | -3/+10 | |
| | | | | | | | - Move existing command to new section - Add debug menu command Ref. #150. | |||||
* | .aliases: Make `update` run `brew cleanup` | Mathias Bynens | 2012-10-07 | 1 | -1/+1 | |
| | | | | | Thanks to @patrickkettner for the suggestion on Twitter: http://twitter.com/patrickkettner/statuses/254387082791903232 | |||||
* | .osx: Allow installing user scripts via Userscripts.org | Mathias Bynens | 2012-09-23 | 1 | -3/+3 | |
| | ||||||
* | .osx: Allow installing user scripts via GitHub or gists | Mathias Bynens | 2012-09-22 | 1 | -0/+8 | |
| | ||||||
* | .aliases: Make `update` update Ruby gems as well | Mathias Bynens | 2012-09-18 | 1 | -2/+2 | |
| | ||||||
* | .aliases: Add `dl` | user996015 | 2012-09-16 | 1 | -0/+1 | |
| | | | | Ref. #142. | |||||
* | .aliases: Alias `sha1sum` if needed | Max F. Albrecht | 2012-09-16 | 1 | -0/+3 | |
| | | | | Ref. #141. | |||||
* | .osx: Consistency tweaks | Mathias Bynens | 2012-09-14 | 1 | -6/+6 | |
| |