Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .osx: Update the GitHub fork link | Jeff Byrnes | 2013-06-19 | 1 | -1/+1 | |
| | | | | Closes #221. | |||||
* | Update to Bash v4.2.45 | Mathias Bynens | 2013-06-17 | 1 | -1/+1 | |
| | ||||||
* | .gitconfig: Tweak `l` alias | Mathias Bynens | 2013-06-07 | 1 | -2/+2 | |
| | ||||||
* | .osx: Don’t automatically rearrange Spaces | Andrew Kennedy | 2013-06-06 | 1 | -2/+5 | |
| | | | | Closes #213. | |||||
* | .functions: Add `gitio` | Mathias Bynens | 2013-06-03 | 1 | -0/+9 | |
| | | | | Closes #210. | |||||
* | .bash_profile: Try to grunt more quietly | Carter McKendry | 2013-06-03 | 1 | -1/+1 | |
| | | | | Ref. #209. | |||||
* | .osx: Fix `ShowPathBar` typo | Danil Semelenov | 2013-05-29 | 1 | -1/+1 | |
| | | | | Closes #204. | |||||
* | Dual license these dotfiles under MIT/GPL | Mathias Bynens | 2013-05-21 | 3 | -1/+301 | |
| | | | | As requested by @lathan. Closes #205. | |||||
* | .functions: Improve `httpcompression` and move it to its own file | Cãtãlin Mariş | 2013-05-10 | 2 | -6/+127 | |
| | | | | Closes #162. | |||||
* | .functions: Improve `note` | Sindre Sorhus | 2013-05-10 | 1 | -8/+10 | |
| | | | | | | Give the Notes.app function the ability to add both `title` and `body`. Closes #203. | |||||
* | .functions: Add `gi` | Sindre Sorhus | 2013-05-10 | 1 | -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 Bynens | 2013-05-09 | 1 | -1/+1 | |
| | | | | I couldn’t get used to `simple`. | |||||
* | .functions: Tweak `targz` | Chen Cohen | 2013-05-08 | 1 | -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 typo | Mathias Bynens | 2013-05-03 | 1 | -4/+1 | |
| | ||||||
* | README: Update contributors list | Mathias Bynens | 2013-05-03 | 1 | -6/+8 | |
| | | | | Add @sindresorhus and @alrra because of their many contributions. Sort the list alphabetically. | |||||
* | .osx: Update filename for Dropbox’s green checkmark icon | Mathias Bynens | 2013-05-03 | 1 | -2/+1 | |
| | ||||||
* | .brew: Add some more applications | Mathias Bynens | 2013-05-03 | 1 | -0/+3 | |
| | ||||||
* | .brew: Install native apps through homebrew-cask | Mathias Bynens | 2013-05-02 | 2 | -1/+29 | |
| | | | | Closes #200. | |||||
* | bootstrap.sh: Don’t make the home directory world-readable | Mathias Bynens | 2013-05-01 | 1 | -1/+1 | |
| | | | | Fixes #159. | |||||
* | .functions: Improve `targz` | Mathias Bynens | 2013-05-01 | 2 | -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 used | Mathias Bynens | 2013-04-29 | 1 | -1/+1 | |
| | ||||||
* | .functions: Add `targz` | Mathias Bynens | 2013-04-29 | 1 | -0/+14 | |
| | | | | `targz some-directory` creates `some-directory.tar.gz`, where compression is handled by either `zopfli` (if available) or `gzip`. | |||||
* | README: Add author field | Mathias Bynens | 2013-04-28 | 1 | -0/+6 | |
| | ||||||
* | Update shebangs | AJ Acevedo | 2013-04-27 | 3 | -3/+3 | |
| | | | | | | If the user installs a custom Bash build, why not use it? Ref. #196 and #198. | |||||
* | .osx: Add possible values for AppleShowScrollBars | Gabriel Izaias | 2013-04-22 | 1 | -0/+1 | |
| | | | | Ref. #170. | |||||
* | 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. |