aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap.sh: Don’t make the home directory world-readableMathias Bynens2013-05-011-1/+1
| | | | Fixes #159.
* .functions: Improve `targz`Mathias Bynens2013-05-012-8/+24
| | | | | | | | * Only use `zopfli` when it’s available and if the `.tar` file is smaller than 50 MB. * Use `pigz` instead of `gzip` when it’s available. * Always exclude `.DS_Store` files when creating a tarball. Closes #199.
* .functions: Avoid `rm` error message in `targz` when `gzip` is usedMathias Bynens2013-04-291-1/+1
|
* .functions: Add `targz`Mathias Bynens2013-04-291-0/+14
| | | | `targz some-directory` creates `some-directory.tar.gz`, where compression is handled by either `zopfli` (if available) or `gzip`.
* README: Add author fieldMathias Bynens2013-04-281-0/+6
|
* Update shebangsAJ Acevedo2013-04-273-3/+3
| | | | | | If the user installs a custom Bash build, why not use it? Ref. #196 and #198.
* .osx: Add possible values for AppleShowScrollBarsGabriel Izaias2013-04-221-0/+1
| | | | Ref. #170.
* bootstrap.sh: Pull from the master branch explicitlyMathias Bynens2013-04-191-1/+1
|
* .exports: Always enable colored `grep` outputMathias Bynens2013-04-191-0/+3
|
* .functions: Add `cdf`Mathias Bynens2013-04-161-0/+5
| | | | `cdf` changes the working directory to the top-most Finder window location. Thanks to @sindresorhus and @paulirish!
* .aliases: Add `week`Mathias Bynens2013-04-161-1/+4
| | | | Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/312206490880589824
* Add .curlrcMathias Bynens2013-04-021-0/+4
| | | | Closes #152.
* .functions: Print trailing newlines when not piping the outputMathias Bynens2013-03-261-3/+12
|
* .bash_profile: Autocomplete Grunt commandsMathias Bynens2013-03-261-0/+3
| | | | Ref. https://github.com/gruntjs/grunt-cli#shell-tab-auto-completion
* .osx: Set standby delay to 24 hoursMathias Bynens2013-03-251-0/+3
| | | | Hat tip: http://www.ewal.net/2012/09/09/slow-wake-for-macbook-pro-retina/
* .gitconfig: Remove the destructive `undopush` aliasMathias Bynens2013-03-171-2/+0
|
* .brew: Install Lua 5.2Mathias Bynens2013-03-161-0/+3
| | | | I need this specific version to test the new `GotoStatement`s in Lua during http://mths.be/luamin development.
* .osx: Fix typoMathias Bynens2013-03-121-1/+1
|
* .osx: Set sidebar icon size to mediumMathias Bynens2013-03-101-0/+3
|
* .osx: Set highlight color to orangeMathias Bynens2013-03-101-0/+3
|
* .osx: Configure spring loading for directoriesOliver Schrenk2013-03-101-0/+6
| | | | Ref. #133.
* .osx: Disable DashboardRob Taylor2013-03-101-2/+5
| | | | Ref. #136.
* .osx: Enable the MacBook Air SuperDrive on any Macinexion2013-03-101-0/+3
| | | | Ref. #146.
* Use newlines at EOF consistentlyMathias Bynens2013-03-1024-24/+24
|
* .osx: Disable Notification Centergydaniel@gmail.com2013-03-101-0/+3
| | | | | | This also removes the annoying menu bar icon. Ref. #168.
* .bash_profile: Support hostname aliases defined in `~/.ssh/config`Nate Ober2013-03-101-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 cornersKevin Suttle2013-03-091-0/+1
| | | | Ref. #187.
* .osx: Show the path bar in FinderKevin Suttle2013-03-091-0/+3
|
* .osx: Tweak language settings commentbleen2013-03-091-1/+1
| | | | Fixes #189.
* .functions: Improve `getcertnames`Mathias Bynens2013-03-091-5/+5
| | | | | | Follow-up to 12bb9dac8ee7f4bcdf3e74fcbc0455a04be0211f. Many thanks to @dserodio!
* .functions: Add `getcertnames`Mathias Bynens2013-03-081-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 typoMatt Widmann2013-02-151-1/+1
| | | | Ref. #183.
* 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.