aboutsummaryrefslogtreecommitdiffstats
path: root/brew.sh
Commit message (Collapse)AuthorAgeFilesLines
* .aliases: Remove `use-iojs` and `use-node` in favor of nvmMathias Bynens2015-03-121-7/+0
| | | | https://github.com/creationix/nvm
* brew.sh: Add `ssh-copy-id`Matt Tagg2015-03-101-0/+1
| | | | | | | | | | `ssh-copy-id` allows one to easily set up passwordless SSH connections on a new machine. It does this by copying over your pubic key and setting the correct permissions. It becomes as simple as `ssh-copy-id user@hostname.example.com`. Probably safer than using manual or scripted methods. Ref. http://askubuntu.com/a/4833/42234. Closes #510.
* Install io.js & add aliases to switch to io/nodeCătălin Mariș2015-02-201-0/+3
| | | | | | | | * Install `io.js`. https://iojs.org/en/index.html * Add aliases to easily switch between `io.js` and `Node.js`. https://gist.github.com/phelma/ce4eeeedb8fb9a9e8e63
* brew.sh: Install font toolsMathias Bynens2015-01-241-0/+6
| | | | | Thanks to @bramstein for creating these formulae! https://twitter.com/bram_stein/status/556357864038883328
* brew.sh: Install `openssh`Mathias Bynens2015-01-061-0/+1
| | | | This includes a more up-to-date `ssh` binary.
* brew.sh: Fix copy-paste typoAndrew M2014-12-221-1/+1
| | | | Closes #472.
* brew.sh: Install speedtest_cliMathias Bynens2014-12-171-0/+1
| | | | Hat tip: @bramus – https://www.bram.us/2014/12/17/speedtest-cli/
* brew.sh: Update `gnu-sed` optionDaniel Craig Jallits2014-11-131-1/+1
| | | | Closes #454.
* brew.sh: Install Lua the new wayDavid Gitman2014-11-121-2/+1
| | | | Closes #453.
* brew.sh: Use `--with-iri` for `wget`Daniel Craig Jallits2014-10-311-1/+1
| | | | | | The older `--enable-iri` flag is deprecated. Closes #445.
* Use `brew.sh` instead of `Brewfile`Mathias Bynens2014-10-301-0/+95
Also, remove `Caskfile` since I didn’t use it. Closes #428.