Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Brewfile: Install a more recent version of `screen` | Adam | 2014-06-07 | 1 | -3/+1 |
| | | | | Closes #295. | ||||
* | Brewfile: Install BFG Repo-Cleaner | Mathias Bynens | 2014-05-28 | 1 | -0/+1 |
| | |||||
* | Brewfile: Install Node with npm | Mathias Bynens | 2014-05-13 | 1 | -1/+1 |
| | | | | Ref. https://github.com/Homebrew/homebrew/pull/28075. Closes #362. | ||||
* | Brewfile: add instructions on how to change the default shell to Bash 4 | Mathias Bynens | 2014-05-12 | 1 | -0/+1 |
| | |||||
* | .bash_profile: Enable tab completion for `git` and `g` | Mathias Bynens | 2014-05-12 | 1 | -0/+1 |
| | | | | Closes #197. | ||||
* | Brewfile: Install `hashpump` | Mathias Bynens | 2014-05-11 | 1 | -1/+2 |
| | |||||
* | Brewfile: Fix PHP 5.5 installation | Mathias Bynens | 2014-05-03 | 1 | -1/+1 |
| | | | | Thanks to @interputed for the heads up: https://github.com/mathiasbynens/dotfiles/commit/a76db30d6529e41138009fe3dc67f21ba782496e#commitcomment-6200104 | ||||
* | Brewfile: Install PHP 5.5 with GMP support | Mathias Bynens | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | Brewfile: Install `ucspi-tcp`, if only for `tcpserver` | Mathias Bynens | 2014-04-27 | 1 | -0/+1 |
| | |||||
* | Brewfile: Install `xpdf`, if only for `pdfinfo` | Mathias Bynens | 2014-04-26 | 1 | -0/+1 |
| | |||||
* | Brewfile: Install some more useful tools | Mathias Bynens | 2014-04-15 | 1 | -2/+5 |
| | |||||
* | Brewfile: Install GNU `sed` | Mathias Bynens | 2014-04-14 | 1 | -1/+3 |
| | |||||
* | Install casks via Caskfile | Haralan Dobrev | 2014-04-07 | 1 | -0/+3 |
| | | | | | | `brew bundle` can now be used for casks as well. Closes #365. | ||||
* | Brewfile: explicitly list non-default taps | Mathias Bynens | 2014-03-03 | 1 | -5/+2 |
| | |||||
* | Brewfile: install `pv` (pipe viewer) | Mathias Bynens | 2014-03-02 | 1 | -0/+1 |
| | | | | Hat tip: @chastell / http://talks.chastell.net/kodio-2014/#/39 | ||||
* | Brewfile: install `moreutils`, if only for `sponge` | Mathias Bynens | 2014-03-02 | 1 | -0/+2 |
| | | | | Hat tip: @chastell / http://talks.chastell.net/kodio-2014/#/21 | ||||
* | Brewfile: Install ImageMagick with WebP support | Mathias Bynens | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Brewfile: Install `p7zip` (i.e. `7z` etc.) | Mathias Bynens | 2014-01-19 | 1 | -0/+1 |
| | |||||
* | Use `Brewfile` now that Homebrew supports it | Mathias Bynens | 2013-11-25 | 1 | -0/+51 |
https://github.com/mxcl/homebrew/blob/master/Library/Contributions/cmd/brew-bundle.rb https://coderwall.com/p/afmnbq |