| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Hat tip: @elyscape in https://github.com/mathiasbynens/dotfiles/commit/91be10dcee350465566a48cbe303686d2d989d6d#commitcomment-10654929.
|
|
|
|
| |
https://git-lfs.github.com/
|
| |
|
|
|
|
| |
https://github.com/creationix/nvm
|
|
|
|
|
|
|
|
|
|
| |
`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`.
https://iojs.org/en/index.html
* Add aliases to easily switch between `io.js` and `Node.js`.
https://gist.github.com/phelma/ce4eeeedb8fb9a9e8e63
|
|
|
|
|
| |
Thanks to @bramstein for creating these formulae!
https://twitter.com/bram_stein/status/556357864038883328
|
|
|
|
| |
This includes a more up-to-date `ssh` binary.
|
|
|
|
| |
Closes #472.
|
|
|
|
| |
Hat tip: @bramus – https://www.bram.us/2014/12/17/speedtest-cli/
|
|
|
|
| |
Closes #454.
|
|
|
|
| |
Closes #453.
|
|
|
|
|
|
| |
The older `--enable-iri` flag is deprecated.
Closes #445.
|
|
Also, remove `Caskfile` since I didn’t use it.
Closes #428.
|