aboutsummaryrefslogtreecommitdiffstats
path: root/brew.sh
Commit message (Collapse)AuthorAgeFilesLines
* brew.sh: Remove useless use of `sudo`Mathias Bynens2016-04-091-7/+1
| | | | | | Thanks to @jonnybarnes for spotting this. Closes #647.
* brew.sh: Install vbindiffMathias Bynens2016-04-061-0/+1
| | | | Probably the best binary diff tool out there.
* brew.sh: Add `testssl`Mathias Bynens2016-02-011-0/+1
| | | | https://github.com/drwetter/testssl.sh
* brew.sh: Upgrade to PHP 5.6 (from 5.5)Christian Vuerings2016-01-171-1/+1
| | | | | | | | PHP 5.5 caused a segmentation fault when trying to run `arc`, the `anarcist` command. Ref. https://stackoverflow.com/a/33512066/96656. Closes #617.
* brew.sh: Add `dark-mode`Sindre Sorhus2015-05-261-0/+1
| | | | | | | | For toggling Dark Mode from the command-line. https://github.com/sindresorhus/dark-mode Closes #545.
* Add `--all` to `brew upgrade`Vincent Klaiber2015-04-301-1/+1
| | | | | | | | | | Homebrew recently started to hint that everyone should update their workflows for `brew upgrade`: > brew upgrade with no arguments will change behaviour soon! It currently upgrades all formula but this will soon change to require `--all`. Please update any workflows, documentation and scripts! https://github.com/Homebrew/homebrew/commit/9032f165bec3d0c7452169093fab32578816043b Closes #531.
* brew.sh: Install netpbmMathias Bynens2015-04-301-0/+1
|
* brew.sh: Use bash-completion2 for improved Bash 4 completionMathias Bynens2015-04-111-1/+2
| | | | Hat tip: @elyscape in https://github.com/mathiasbynens/dotfiles/commit/91be10dcee350465566a48cbe303686d2d989d6d#commitcomment-10654929.
* brew.sh: Install git-lfsMathias Bynens2015-04-091-0/+1
| | | | https://git-lfs.github.com/
* brew.sh: Add aircrack-ngMathias Bynens2015-03-251-0/+1
|
* .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.