aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .osx: Don’t automatically rearrange SpacesAndrew Kennedy2013-06-061-2/+5
| | | | Closes #213.
* .functions: Add `gitio`Mathias Bynens2013-06-031-0/+9
| | | | Closes #210.
* .bash_profile: Try to grunt more quietlyCarter McKendry2013-06-031-1/+1
| | | | Ref. #209.
* .osx: Fix `ShowPathBar` typoDanil Semelenov2013-05-291-1/+1
| | | | Closes #204.
* Dual license these dotfiles under MIT/GPLMathias Bynens2013-05-213-1/+301
| | | | As requested by @lathan. Closes #205.
* .functions: Improve `httpcompression` and move it to its own fileCãtãlin Mariş2013-05-102-6/+127
| | | | Closes #162.
* .functions: Improve `note`Sindre Sorhus2013-05-101-8/+10
| | | | | | Give the Notes.app function the ability to add both `title` and `body`. Closes #203.
* .functions: Add `gi`Sindre Sorhus2013-05-101-0/+7
| | | | | | | | | This is an easy way to install Grunt plugins and add them as `devDependencies` to `package.json`. Example: gi contrib-watch contrib-uglify zopfli Closes #191.
* .gitconfig: Use `push.default = matching`Mathias Bynens2013-05-091-1/+1
| | | | I couldn’t get used to `simple`.
* .functions: Tweak `targz`Chen Cohen2013-05-081-1/+1
| | | | | | | | Trim the trailing slash from the path argument passed to `targz`. This fixes the annoying behavior where `targz foo/` created `foo/.tar.gz` instead of `foo.tar.gz`. Ref. #202.
* README: Fix minor typoMathias Bynens2013-05-031-4/+1
|
* README: Update contributors listMathias Bynens2013-05-031-6/+8
| | | | Add @sindresorhus and @alrra because of their many contributions. Sort the list alphabetically.
* .osx: Update filename for Dropbox’s green checkmark iconMathias Bynens2013-05-031-2/+1
|
* .brew: Add some more applicationsMathias Bynens2013-05-031-0/+3
|
* .brew: Install native apps through homebrew-caskMathias Bynens2013-05-022-1/+29
| | | | Closes #200.
* 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
|