| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/596347008975241216
|
|
|
|
|
|
| |
This works as of io.js v2.0.0.
https://github.com/iojs/io.js/blob/v2.0.0/CHANGELOG.md#2015-05-04-version-200-rvagg
|
|
|
|
|
|
|
|
|
|
| |
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/mathiasbynens/dotfiles/pull/434#issuecomment-59643432
|
|
|
|
| |
Closes #43 and #473.
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
Closes #508.
|
|
|
|
| |
Fixes #507.
|
|
|
|
| |
Closes #495.
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
Fix the `.osx` script so that it correctly sets the custom terminal theme, and the change will be persistent.
Closes #492.
|
|
|
|
|
|
| |
Simplify and improve the `httpcompression` script while also modifying it so that it accepts multiple URLs and checks if `cURL` is installed.
Closes #491.
|
| |
|
|
|
|
|
|
| |
This is a link to whatever happens to be both in-the-cellar and linked.
Ref. https://github.com/mathiasbynens/dotfiles/issues/479#issuecomment-71276285. Fixes #479.
|
|
|
|
|
| |
Thanks to @bramstein for creating these formulae!
https://twitter.com/bram_stein/status/556357864038883328
|
|
|
|
| |
This includes a more up-to-date `ssh` binary.
|
|
|
|
| |
This was removed by mistake in 216a63328e9df1479c0f4790444afaccd16c80e5. Thanks to @alrra for spotting it!
|
|
|
|
| |
Omit duplicates and commands that begin with a space from history.
|
|
|
|
| |
Don’t globally timeout cURL operations without knowing the size of the files being downloaded. Hat tip: @necolas.
|
|
|
|
|
|
| |
It didn’t work in OS X 10.10 anymore, but it seems OS X 10.10.1 does support it.
Ref. 4471e2732faede1d9b242cb547de8005578b3d10.
|
|
|
|
| |
Closes #472.
|
|
|
|
|
|
|
|
| |
unversioned
http://michael-kuehnel.de/git/2014/11/21/git-mac-osx-and-german-umlaute.html
Closes #460.
|
|
|
|
|
|
| |
This reverts commit 07cd2632f56be58a5c1ba41a830e537e34f24e5f.
Ref. #469.
|
|
|
|
|
|
| |
Note that a full system restart is needed after running `.osx` anyhow, but this small change improves the situation for those who don’t do that.
Closes #469.
|
|
|
|
| |
Hat tip: @bramus – https://www.bram.us/2014/12/17/speedtest-cli/
|
| |
|
|
|
|
| |
Sadly, this doesn’t work anymore in OS X 10.10.
|
|
|
|
| |
Ref. #350.
|
|
|
|
| |
Closes #459.
|
| |
|
|
|
|
|
|
| |
Yosemite introduces new Spotlight search results, and if you don’t add it to `defaults write com.apple.spotlight orderedItems` it will be removed from the System Preferences → Spotlight → Search Results` list with no way to re-enable them through the System Preferences panel.
Closes #456.
|
|
|
|
|
|
| |
Safari has a “Spotlight Suggestions” setting that, if left enabled, will send a copy of all search queries to Apple.
Closes #455.
|
|
|
|
| |
Closes #454.
|
|
|
|
|
|
| |
The iOS Simulator app has been moved.
Closes #452.
|
|
|
|
| |
Closes #453.
|
|
|
|
|
|
| |
…rather than the first.
Closes #447 and #450.
|
|
|
|
|
|
| |
See the deprecation notice: http://npmjs.eu/
Closes #448.
|
|
|
|
|
|
| |
It’s not needed anymore now that the `Caskfile` has been removed.
Closes #446.
|
|
|
|
|
|
| |
The older `--enable-iri` flag is deprecated.
Closes #445.
|
|
|
|
|
|
|
|
| |
It improves the display in OS X Terminal.app.
http://ethanschoonover.com/solarized/vim-colors-solarized
Ref. #425.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Useful in cases such as:
```
Host vm1 vm2 vm3 vm4
Host localhost
# ...
```
Simply adding a `-` to `tr` fixes this.
Closes #437.
|
|
|
|
|
|
| |
Also, remove `Caskfile` since I didn’t use it.
Closes #428.
|
| |
|
| |
|