| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Note that `GREP_OPTIONS=--color=auto` is deprecated in GNU `grep`.
Closes #467 and #590.
|
|
|
|
| |
Fixes #592.
|
|
|
|
|
|
| |
`&>` is the same as `2>&1`.
Closes #589.
|
|
|
|
| |
Thanks to @alrra for the heads up in https://github.com/mathiasbynens/dotfiles/commit/9d30bd673c72ed1cadb2720fe4fb44a8ce915a2b#commitcomment-13835031.
|
|
|
|
|
|
| |
As of OS X 10.11, it no longer has any effect.
Closes #580.
|
|
|
|
| |
Closes #585.
|
|
|
|
| |
See https://mths.be/bum for more details. Thanks to @nvartolomei for the suggestion in #177.
|
|
|
|
| |
Closes #530, #575, and #576.
|
| |
|
|
|
|
|
|
|
|
| |
For toggling Dark Mode from the command-line.
https://github.com/sindresorhus/dark-mode
Closes #545.
|
|
|
|
| |
Closes #529.
|
|
|
|
| |
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.
|